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

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

  long double acosl(x);
 long double x

    This is the long double-precision version of acos(); it returns
    the long double arccosine of x. See acos() for more
    information.

    Returns:            The arccosine result, or 0 if x is greater than 1
                        or less than -1.

 Portability:   Not supported by the ANSI standard.


See Also: acos() cos() cosl() matherr() sin() sinl() tan() tanl()

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