SilverScreen Solid Modeler

sin

sin

Previous topic Next topic  

sin

Previous topic Next topic JavaScript is required for the print function  

StandardCLibrary

 

double sin( double x )

 

double x;         /* angle in radians */

 

 

 




Synopsis

#include "math.h"

 

The sin function returns the sine of x , for x in radians.

 

 

Parameters

x is may be any double value.

 

 

Return Value

sin returns a value in the range [-1, 1].

 

 

See Also

asin