SilverScreen Solid Modeler

dsin

dsin

Previous topic Next topic  

dsin

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

double dsin( double x )

 

double x;    // angle in degrees

 

 

 




Synopsis

#include "math.h"

 

The dsin function returns the sine of x , for x in degrees.

 

 

Parameters

x is in degrees, and may be any double value.

 

 

Return Value

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

 

 

See Also

asin , sin