[−][src]Function js_sys::Math::sinh
pub fn sinh(x: f64) -> f64
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
pub fn sinh(x: f64) -> f64
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