ASIN function: Difference between revisions
From Planfix
(Created page with "{{#seo: |title=ASIN Function |titlemode=append |keywords=planfix, function, arcsine, arcsine of a number |description=ASIN Function }} '''ASIN''' — returns the arcsine of a number. == Format == '''ASIN(number)''' == Example == {| class="wikitable" |- ! style="font-weight: bold" | Formula ! style="font-weight: bold" | Description ! style="font-weight: bold" | Result |- |ASIN(-0.5) |Arcsine of the number -0.5 in radians, -pi/6 (-0.5236) |<nowiki>-0.523598776</nowiki>...") |
No edit summary |
||
Line 6: | Line 6: | ||
}} | }} | ||
'''ASIN''' — returns the arcsine of a number. | '''ASIN''' — returns the arcsine of a number. | ||
== Format == | == Format == | ||
'''ASIN(number)''' | '''ASIN(number)''' | ||
== Example == | == Example == |
Latest revision as of 14:42, 15 February 2024
ASIN — returns the arcsine of a number.
Format
ASIN(number)
Example
Formula | Description | Result |
---|---|---|
ASIN(-0.5) | Arcsine of the number -0.5 in radians, -pi/6 (-0.5236) | -0.523598776 |
ASIN(-0.5)*180/PI() | Arcsine of the number -0.5 in degrees | -30 |