in reply to Re: Is there a Module that can handle a set of data points?
in thread Is there a Module that can handle a set of data points?

quick question

what's the right syntax to have only 3 decimal points for the angle calculation? $a= atan($ABx/$ACy)*(360/pi){3}

output can be like 90.123

  • Comment on Re^2: Is there a Module that can handle a set of data points?

Replies are listed 'Best First'.
Re^3: Is there a Module that can handle a set of data points?
by hippo (Archbishop) on Nov 13, 2015 at 12:10 UTC

    That's the precise example given at the start of the sprintf documentation.