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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (See also:)
m
Line 3: Line 3:
 
== ACOTH ==
 
== ACOTH ==
 
Returns the inverse hyperbolic cotangent of the given number.
 
Returns the inverse hyperbolic cotangent of the given number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 10: Line 9:
 
: Returns the inverse hyperbolic cotangent of <tt>'''number'''</tt>, in other words the number whose hyperbolic cotangent is <tt>'''number'''</tt>.  
 
: Returns the inverse hyperbolic cotangent of <tt>'''number'''</tt>, in other words the number whose hyperbolic cotangent is <tt>'''number'''</tt>.  
  
:An error results if <tt>'''number'''</tt> is between <tt>'''-1'''</tt> and <tt>'''1'''</tt> inclusive.
+
: An error results if <tt>'''number'''</tt> is between <tt>'''-1'''</tt> and <tt>'''1'''</tt> inclusive.
 
+
  
 
=== Example: ===
 
=== Example: ===
 
 
 
<tt>'''ACOTH(1.1)'''</tt>
 
<tt>'''ACOTH(1.1)'''</tt>
 
: returns the inverse hyperbolic cotangent of <tt>'''1.1'''</tt>, approximately <tt>'''1.52226'''</tt>.
 
: returns the inverse hyperbolic cotangent of <tt>'''1.1'''</tt>, approximately <tt>'''1.52226'''</tt>.
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 06:37, 2 March 2008


ACOTH

Returns the inverse hyperbolic cotangent of the given number.

Syntax:

ACOTH(number)

Returns the inverse hyperbolic cotangent of number, in other words the number whose hyperbolic cotangent is number.
An error results if number is between -1 and 1 inclusive.

Example:

ACOTH(1.1)

returns the inverse hyperbolic cotangent of 1.1, approximately 1.52226.

See also:

ACOSH, ASINH, ATANH

COSH, SINH, TANH, COTH

Mathematical functions

Personal tools