ClojureDocs

导航

命名空间

sinh

clojure.math

从 1.11 版本开始可用
  • (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://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#sinh-double-