ClojureDocs

导航

名称空间

tan

clojure.math

1.11 版开始提供
  • (tan a)
Returns the tangent of an angle.
If a is ##NaN, ##-Inf, ##Inf => ##NaN
If a is zero => zero with the same sign as a
See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#tan-double-