Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>sinhl() calculate long double hyperbolic sine</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 sinhl()                 Calculate Long Double Hyperbolic Sine

 #include   <math.h>
 #include   <errno.h>

 long double sinhl(x);
 long double x;                 Radians

    This is the long double precision version of sinh(); it returns the
    long double precision hyperbolic sine of x. See sinh() for more
    information.

    Returns:            The hyperbolic sine of x if successful, or
                        ._LHUGE_VAL if not.

 Portability:   Not supported by the ANSI standard.


See Also: asinl() _matherrl() sinh() sinl() tanl()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson