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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 3: Line 3:
 
== SINH ==
 
== SINH ==
 
Returns the hyperbolic sine of a number.
 
Returns the hyperbolic sine of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 9: Line 8:
  
 
: returns the hyperbolic sine of <tt>'''number'''</tt>.
 
: returns the hyperbolic sine of <tt>'''number'''</tt>.
 
  
 
=== Example: ===
 
=== Example: ===
 
<tt>'''SINH(0)'''</tt>
 
<tt>'''SINH(0)'''</tt>
 
: returns <tt>'''0'''</tt>, the hyperbolic sine of <tt>'''0'''</tt>.
 
: returns <tt>'''0'''</tt>, the hyperbolic sine of <tt>'''0'''</tt>.
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 06:36, 2 March 2008


SINH

Returns the hyperbolic sine of a number.

Syntax:

SINH(number)

returns the hyperbolic sine of number.

Example:

SINH(0)

returns 0, the hyperbolic sine of 0.

See also:

COSH, TANH, COTH

ACOSH, ASINH, ATANH, ACOTH

Mathematical functions

Personal tools