Renesas Electronics
tan functions
[Syntax]
double tan(double x)
float tanf(float x)
[Description]
These functions calculate the tangent of x (measured in radians).
[Special case]
Condition
Return value
Exception
x==±∞
NaN
EDOM
Underflow occurred
-
ERANGE