Core Function Sinh

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
UberFoX (Talk | contribs)
(Created page with "<pre> Sinh( <expression> ) </pre> === Description === Returns the hyperbolic sine of the specified angle. === Parameters === ==== expression ==== Any valid numeric expressio...")

Latest revision as of 09:52, 3 December 2011

Sinh( <expression> )

Contents

Description

Returns the hyperbolic sine of the specified angle.

Parameters

expression

Any valid numeric expression.

Return Value

Returns the hyperbolic sine of the specified angle.

Remarks

None

Example

$param = log(2.0);
$result = sinh($param);
printf("The hyperbolic sine of $param is $result.");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox