tan
fn
real tan(real x) @safe pure nothrow @nogcReturns tangent of x. x is in radians.
| x | tan(x) | invalid? |
|---|---|---|
| NaN | NaN | yes |
| ±0.0 | ±0.0 | no |
| +∞ | NaN | yes |
fn
double tan(double x) @safe pure nothrow @nogcditto
fn
float tan(float x) @safe pure nothrow @nogcditto