ATAN in JS
Description
Function that returns the arctangent of a specified number (JavaScript ATAN function Documentation).
Sample Source Pattern
Syntax
Arguments
expression
: Numeric expression.
Return Type
Numeric expression between and .
Examples
Last updated