* 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>
308 B
308 B
title, excerpt, layout
title | excerpt | layout |
---|---|---|
acos | Computes the arccosine of a number (in radians). | manual |
Computes the arccosine of a number (in radians).
acos(num: number) -> number
Examples
const myVar = acos(0.5)
Arguments
num
:number
(REQUIRED)
Returns
number