devela::_dep::web_sys::js_sys::Math

Function sinh

Source
pub fn sinh(x: f64) -> f64 
Available on crate feature dep_web_sys only.
Expand description

The Math.sinh() function returns the hyperbolic sine of a number, that can be expressed using the constant e: Math.sinh(x) = (e^x - e^-x)/2

MDN documentation