acos
functionv1.11
cljs.math/acos
(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://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/acos
Examples
No examples yet. Be the first to add one!