klyn.math.Math.cos
method
public static cos(value as Double) as Double:
Description
Returns the cosine of an angle in radians.
import klyn.math

print(Math.cos(0.0))