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

◆ cos()

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

Returns the cosine of the specified angle.

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