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

◆ asin()

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

Returns the angle whose sine is the specified number.

Parameters
valueA number representing a sine, where -1 <= value <= 1.
Returns
An angle, A, measured in radians, such that -PI/2 <= A <= PI/2.
-or-
math::NaN if value < -1 or d > 1.