Skip to main content

cbrt

functionv1.11

clojure.math/cbrt

Available in:BBCLJ
(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://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#cbrt-double-

No examples yet. Be the first to add one!