PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpSIN

Returns the sine of an angle, with up to 32,767 significant digits of precision. Same as Excel's built-in SIN function, but with high precision.

For any given angle in a right triangle, the angle's sine is the length of the side opposite the angle divided by the length of the side opposite the right angle ("hypotenuse").

Syntax

xlpSIN(num,maximum_significant_digits)

num Required. The angle, in radians, for which to find the sine.
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
=xlpSIN(0.25) Sine of angle of 0.25 radians.
=xlpSIN(xlpRADIANS(15)) Sine of angle of 15 degrees.

See Also

xlpCOS
xlpTAN