ClojureDocs

Nav

Namespaces

acos

clojure.math

Available since 1.11
  • (acos a)
Returns the arc cosine of a, in the range 0.0 to pi.
If a is ##NaN or |a|>1 => ##NaN
See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#acos-double-