Returns the arctangent of a number.
SyntaxMath.atan( number )
Examples
var v1 = Math.atan(-1.0);
document.write(v1);
Remarks
The required number argument is a numeric expression for which the arctangent is needed.
The return value is the arctangent of the number argument, in radians.
Applies To : Math Object
See also Other articlesMicrosoft Developer Network: 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