contents index previous next
Clib.sin()
syntax:
Clib.sin(x)
where:
x - number to work with.
return:
number - sine of x.
description:
This method returns the sine of x in radians.
see:
Clib.asin(), Clib.sinh()
Clib.sinh()