-
Declaration:
- Function Sin (X : Real) : Real;
-
Description:
- Sin returns the sine of its argument X, where X is an angle in radians.
If the absolute value of the argument is larger than 2^63, then the result is undefined.
-
Errors:
- None.
-
See also:
- Cos (478), Pi (544), Exp (493), Ln (528)
Listing: refex/ex62.pp