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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:ASIN function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_ACOT_function
 +
|NextPage=Documentation/How_Tos/Calc:_ATAN_function
 +
}}__NOTOC__
  
 
== ASIN ==
 
== ASIN ==
Returns the inverse sine (the arcsine) of a number.
+
Returns the inverse sine (the arc sine) of a number.
 
+
  
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''ASIN(number)'''</tt>
 
<tt>'''ASIN(number)'''</tt>
  
:<tt>'''ASIN'''</tt> returns the inverse trigonometric sine of <tt>'''number'''</tt>, in other words the angle (in radians) whose sine is <tt>'''number'''</tt>. The angle returned is between <tt>'''-PI/2'''</tt> and <tt>'''+PI/2'''</tt>.
+
: returns the inverse trigonometric sine of <tt>'''number'''</tt>, in other words the angle (in radians) whose sine is <tt>'''number'''</tt>. The angle returned is between <tt>'''-PI/2'''</tt> and <tt>'''+PI/2'''</tt>.
 
+
 
+
: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 24: Line 26:
 
: 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>.
  
 +
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: COS function|COS]]
 +
* [[Documentation/How_Tos/Calc: SIN function|SIN]]
 +
* [[Documentation/How_Tos/Calc: TAN function|TAN]]
 +
* [[Documentation/How_Tos/Calc: COT function|COT]]
  
 +
* [[Documentation/How_Tos/Calc: ACOS function|ACOS]]
 +
* [[Documentation/How_Tos/Calc: ATAN function|ATAN]]
 +
* [[Documentation/How_Tos/Calc: ATAN2 function|ATAN2]]
 +
* [[Documentation/How_Tos/Calc: ACOT function|ACOT]]
  
=== See also: ===
+
* [[Documentation/How_Tos/Calc: DEGREES function|DEGREES]]
'''[[Documentation/How_Tos/Calc: COS Function|COS]]''',
+
'''[[Documentation/How_Tos/Calc: SIN Function|SIN]]''',
+
'''[[Documentation/How_Tos/Calc: TAN Function|TAN]]''',
+
'''[[Documentation/How_Tos/Calc: COT Function|COT]]''',
+
 
+
'''[[Documentation/How_Tos/Calc: ACOS Function|ACOS]]''',
+
'''[[Documentation/How_Tos/Calc: ATAN Function|ATAN]]''',
+
'''[[Documentation/How_Tos/Calc: ATAN2 Function|ATAN2]]''',
+
'''[[Documentation/How_Tos/Calc: ACOT Function|ACOT]]'''
+
  
'''[[Documentation/How_Tos/Calc: DEGREES Function|DEGREES]]'''
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 14:21, 31 January 2024

ASIN

Returns the inverse sine (the arc sine) 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
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_ASIN_function&oldid=259843"
Views
Personal tools
Navigation
Tools
In other languages