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

◆ sin()

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

Returns the sine of the specified angle.

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