public static sin<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Returns the sine of an angle in radians.
import klyn.math print(Math.sin(Math.PI / 2.0))