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>coshl() calculate long double hyperbolic cosine</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 coshl()                 Calculate Long Double Hyperbolic Cosine

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

 long double coshl(x);
 long double x;                         Value in radians

    The coshl() function is the long double version of cosh(); it
    returns the long double hyperbolic cosine of x. See cosh() for
    more information.

    Returns:    The hyperbolic cosine of x or _LHUGE_VAL if the
                result is too large.

 Portability:   Not supported by the ANSI standard.


See Also: cosh()

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