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
value
A 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.
xtd
math
Generated on Sat Sep 14 2024 21:25:18 for xtd by
Gammasoft
. All rights reserved.