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

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

 long double log10l(x);
 long double x;

    This is the long double precision version of log10(); it calculates
    and returns the long double precision base 10 logarithm of x. See
    log10() for more information.

    Returns:    The base 10 logarithm if successful; -LHUGE_VAL if not.

 Portability:   Not supported by the ANSI standard.


See Also: exp() log10() matherr() pow()

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