atan
Calculate the arctangent of a number.
Example
#calc.atan(0) \
#calc.atan(1)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
value
The number whose arctangent to calculate.