Lingo Dictionary > S > sin()

 

sin()

Syntax

sin(angle)

Description

Math function; calculates the sine of the specified angle. The angle must be expressed in radians as a floating-point number.

Example

The following statement calculates the sine of pi/2:

put sin (PI/2.0)
-- 1

See also

PI