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 11 months ago
Did this page help you?