next up previous contents
Next: The Square Root Function Up: Mathematical Functions Previous: The Rounding Function

The Sine Function

Calling Sequence:
sin(
x)
Parameters:
x : real

Returns: real

Synopsis: Computes the trigonometric sine function for x.

Examples:

> sin(0);
> sin(100);

See also: cos, tan, arctan




Gaston Gonnet
1998-09-15