Difference between revisions of "Documentation/How Tos/Calc: ASIN function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
Line 3: Line 3:
 
== ASIN ==
 
== ASIN ==
 
Returns the inverse sine (the arcsine) of a number.
 
Returns the inverse sine (the arcsine) of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 11: Line 10:
  
 
: To return the angle in degrees, use the <tt>'''DEGREES'''</tt> function.
 
: To return the angle in degrees, use the <tt>'''DEGREES'''</tt> function.
 
  
 
=== Example: ===
 
=== Example: ===
Line 22: Line 20:
 
<tt>'''DEGREES(ASIN(0.5))'''</tt>
 
<tt>'''DEGREES(ASIN(0.5))'''</tt>
 
: returns <tt>'''30'''</tt>. The sine of <tt>'''30'''</tt> degrees is <tt>'''0.5'''</tt>.
 
: returns <tt>'''30'''</tt>. The sine of <tt>'''30'''</tt> degrees is <tt>'''0.5'''</tt>.
 
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 06:39, 2 March 2008


ASIN

Returns the inverse sine (the arcsine) of a number.

Syntax:

ASIN(number)

returns the inverse trigonometric sine of number, in other words the angle (in radians) whose sine is number. The angle returned is between -PI/2 and +PI/2.
To return the angle in degrees, use the DEGREES function.

Example:

ASIN(0)

returns 0.

ASIN(1)

returns 1.5707963267949 (PI/2 radians).

DEGREES(ASIN(0.5))

returns 30. The sine of 30 degrees is 0.5.

See also:

COS, SIN, TAN, COT,

ACOS, ATAN, ATAN2, ACOT

DEGREES

Mathematical functions

Personal tools