Microsoft® JScript™
sin Method
Language Reference |
Version 1 |

See Also                  Applies To


Description
Returns the sine of its numeric argument.
Syntax
Math.sin(number)

The number argument is a numeric expression for which the sine is sought.

Remarks
The return value is the sine of its numeric argument.


© 1997 Microsoft Corporation. All rights reserved.