...
Returns a floating point angle in degrees
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
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
...