<< Previous | Next >>

sinh

float sinh( float x );

Description

Computes the hyperbolic sine of x. This functions takes a unitless number as a parameter and returns a unitless number.

Parameters

x
Value to compute.

Return value

The hyperbolic sine of x.

If x > 89.8 (approx.), the function returns INF and signals a range error. If x < -89.8 (approx.), the function returns -INF and signals a range error.

Library

MATH.LIB

See also

sin, asin, cosh, tanh


Dynamic C Functions << Previous | Next >> rabbit.com