SilverScreen Solid Modeler

dtan

dtan

Previous topic Next topic  

dtan

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

double dtan( double x )

 

double x;       // angle in degrees

 

 

 




Synopsis

#include "math.h"

 

The dtan function calculates the tangent of x , for x in degrees.

 

 

Parameters

x may be any double value.

 

 

Return Value

dtan returns the tangent of x .

 

 

See Also

dsin , dcos , tan , atan2