ASIN function

From Planfix
Revision as of 08:25, 9 February 2024 by Dmitri (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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


Go To