PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpASIN

Returns the arcsine (inverse sine) of an number, with up to 32,767 significant digits of precision. Same as Excel's built-in ASIN function, but with high precision.

The arcsine is the angle for which the sine is the number given. The arcsine is returned in radians.

Syntax

xlpASIN(num,maximum_significant_digits)

num Required. The sine for which to find the arcsine.
maximum_significant_digits Optional. Determines the maximum number of significant digits to be returned. Default is 100, or the user's custom maximum set in the About box, or the maximum number allowed by the edition of xlPrecision, whichever is less.

Remarks

Examples

Formula Description
=xlpASIN(0.25) Arcsine of 0.25, in radians
=xlpDEGREES(xlpASIN(0.25)) Arcsine of 0.25, in degrees

See Also

xlpSIN
xlpCOS
xlpTAN
xlpACOS
xlpATAN