Overview
>
klyn.math
>
Math
>
atan
Overview
Index
Tree
Deprecated
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))