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>powl() calculate long double x raised to the yth power</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 powl()                  Calculate Long Double X Raised to the Yth Power

 #include   <math.h>

 long double powl(x, y);
 long double x;
 long double y;

    This is the long double precision version of pow(); it raises
    x to the yth power and returns the long double result. See pow()
    for more information.

                                y
    Returns:    If successful, x ; otherwise, 0 or ._LHUGE_VAL.

 Portability:   Not supported by the ANSI standard.


See Also: exp() log() pow() sqrt()

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