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