Overview
>
klyn.math
>
Math
>
tan
Overview
Index
Tree
Deprecated
klyn.math.Math.tan
method
public static tan(value as Double) as Double:
Description
Returns the tangent of an angle in radians.
import klyn.math print(Math.tan(Math.PI / 4.0))