ASIN
Calculates the inverse sine of the specified number (arcsine), in radians.
The
ASIN
function calculates the angle for a given sine value.
Syntax
=ASIN(value)
Arguments
Argument | Type | Description |
---|---|---|
value | Number | The sine value |
Examples
=ASIN(1)
→1.57079632679489661923
Calculates the arcsine of 1
=ASIN(0)
→0
Calculates the arcsine of 0
=ASIN(@"Property 1")
→0.23207768286271317743
Calculates the arcsine of the shape data property @"Property 1" (0.23)
Updated 7 months ago