sin

Syntax:

Value Number  sin(Number num)

Description:

Computes the sine of num.

Examples:

($b1:$b3) = sin($a)
Before:
AB C
15
2-3
31.5
4
5
6
After:
AB C
15-0.958924274663138
2-3-0.141120008059867
31.50.997494986604054
4
5
6
($a1) = sin($self)