|
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
|
|
|
|
|