[−][src]Function js_sys::Math::asin
pub fn asin(x: f64) -> f64
The Math.asin()
function returns the arcsine (in radians) of a
number, that is ∀x ∊ [-1;1]
Math.asin(x) = arcsin(x) = the unique y∊[-π2;π2] such that sin(y) = x
pub fn asin(x: f64) -> f64
The Math.asin()
function returns the arcsine (in radians) of a
number, that is ∀x ∊ [-1;1]
Math.asin(x) = arcsin(x) = the unique y∊[-π2;π2] such that sin(y) = x