Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a floating point angle in degrees

Scroll pagebreak

Examples

Code Block
languagetext
float $temp = (atan (0.800)); 

...

// declares a variable for the arc tan function

...


 

...

print (string ($temp)); 

...


// prints the output of the arc or inverse tan function

Additional information

Related commands

...