Skip to main content

sinh

functionv1.11

cljs.math/sinh

(sinh [x])
Returns the hyperbolic sine of x, (e^x - e^-x)/2. If x is ##NaN => ##NaN If x is ##Inf or ##-Inf or zero => x See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/sinh

No examples yet. Be the first to add one!