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

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

 long double expl(x);
 long double x;

    This is the long double-precision version of exp(); it calculates
    a long double-precision exponential value. See exp() for more
    information.

    Returns:    The exponential value if successful, _LHUGE_VAL on
                overflow, or 0 on underflow.

 Portability:   Not supported by the ANSI standard.


See Also: exp() log()

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