Skip to main content

sqrt

functionv1.11

cljs.math/sqrt

(sqrt [a])
Returns the positive square root of a. If a is ##NaN or negative => ##NaN If a is ##Inf => ##Inf If a is zero => a See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/sqrt

No examples yet. Be the first to add one!