Navigation: Reference > Functions >
Sine()
SIN(1)
PURPOSE
This function returns the sine of the N type field specified.
PARTS
RETURN TYPE - N
The value returned is in radians.
EXAMPLE
define n type n size 20 dec 8
n = sin(1.539)
// n = 0.9994954
Page url: http://www.cassoftware.com/tas/manual/sine().htm