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

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

 long double asinl(x);
 long double x

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

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

 Portability:   Not supported by the ANSI standard.

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

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