Syntax: answer = sin(angle)
Description: Returns the sine of angle.
Group: trigonometric
Note:
Example:sin(0) = 0sin(1.5708) = 1
Also see: asin, sinh
Implemented in: LambdaSIN.java