You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 16
Next »
SINH returns a hyperbolic sine of a numerical expression
Syntax
SINH(NumExp)
Arguments
- NumExp is a numerical expression
- The numeric expression should be an angle specified in Radians.
- The hyperbolic sine SINH(x) gives a similar result as the expression: 0.5 * (EXP(x) - EXP(-x))
Example knowledgebases
Download
An example knowledgebase of this function can be downloaded here.
Description
The example knowledge base contains all goniometric functions.
Wikipedia: [Hyperbolic function] | [ Trigonometric function]
Quick links: SINH