Skip to main content

acos

functionv1.11

clojure.math/acos

Available in:BBCLJ
(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-

No examples yet. Be the first to add one!