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

 #include    <math.h>

 long double cosl(x);
 long double x;                         Value in radians

    The cosl() function is the long double version of cos(); it
    returns the long double cosine of x. See cos() for more
    information.

    Returns:    The cosine of x if successful, 0 otherwise.

 Portability:   Not supported by the ANSI standard.


See Also: cos()

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