xtd 0.2.0
Loading...
Searching...
No Matches

◆ tan()

static double xtd::math::tan ( double  value)
static

Returns the tangent of the specified angle.

Parameters
valueAn angle, measured in radians.
Returns
The tangent of value. If value is equal to math::NaN, math::negative_infinity, or math::positive_infinity, this method returns math::NaN.