* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * more link Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
310 B
310 B
title, excerpt, layout
title | excerpt | layout |
---|---|---|
atan | Computes the arctangent of a number (in radians). | manual |
Computes the arctangent of a number (in radians).
atan(num: number) -> number
Examples
const myVar = atan(1.0)
Arguments
num
:number
(REQUIRED)
Returns
number