Returns the sine of a number.
SyntaxMath.sin( radians )
Examples
var v1 = Math.sin(1.0);
document.write(v1);
// Output: 0.8414709848078965
Remarks
The radians argument is a numeric expression that contains an angle measured in radians.
The return value is the sine of the numeric argument.
See also Other articles AttributionsMicrosoft Developer Network: Windows Internet Explorer JavaScript reference Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4