Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER LIBRARY FUNCTION REFERENCE->Detailed Descriptions->sin() sinl()

Summary

#include <math.h>
    
double sin(double x)Calculate sine to double precision
long double sinl(long double x)Calculate sine to long double precision

Parameter
    
xFloating point value of angle in radians.

Description

These functions calculate the sine of x.


Return

These functions return the sine of the parameter passed.