klyn.math.Math.atan
method
public static atan(value as Double) as Double:
Description
Returns the arctangent of a value.
import klyn.math

print(Math.atan(1.0))