xl Precision
Get Your Numbers Right

 

xlpSIN

Returns the sine of an angle, with up to 32,767 significant digits of 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 the maximum number allowed by the edition of xlPrecision.

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