Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> double tan(double x); | |
Description | These functions compute the trigonometric function tangent of a floating-point number x (within the permissible range of floating-point numbers). x is the floating-point number, specified in radians. | |
Return val. | tan(x) | Tangent of x if successful. |
| depending on the function type and the sign of x, if an overflow occurs. | |
Errors |
| |
See also |
|