Navigation:  Reference > Functions >

Sine()

Print this Topic Previous pageReturn to chapter overviewNext page

 

SIN(1)

 

PURPOSE

This function returns the sine of the N type field specified.

 

PARTS

1 f/c/eRequired - The N value.

 

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