Skip to main content

pow

functionv1.11

clojure.math/pow

Available in:BBCLJ
(pow [a b])
Returns the value of a raised to the power of b. For more details on special cases, see: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#pow-double-double-

No examples yet. Be the first to add one!