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

 #include   <math.h>

 long double sinl(x);
 long double x;                 Radians

    This is the long double precision version of sin(); it returns the
    sine of x. For more information, see sin().

    Returns:    The sine of x if successful; 0 otherwise.

 Portability:   Not supported by the ANSI standard.


See Also: asinl() _matherrl() sin() sinh() sinhl()

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