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

print(Math.sin(Math.PI / 2.0))