cbrt
functionv1.11
cljs.math/cbrt
(cbrt [a])Returns the cube root of a.
If a is ##NaN => ##NaN
If a is ##Inf or ##-Inf => a
If a is zero => zero with sign matching a
See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/cbrt
Examples
No examples yet. Be the first to add one!