abs function clojure.math.numeric-tower (abs n) is the absolute value of n.
ceil function clojure.math.numeric-tower (ceil n) returns the least integer greater...
exact-integer-sqrt function clojure.math.numeric-tower (exact-integer-sqrt n) expects a non-negat... expt function clojure.math.numeric-tower (expt base pow) is base to the pow power. ...
floor function clojure.math.numeric-tower (floor n) returns the greatest integer les...
gcd function clojure.math.numeric-tower (gcd a b) returns the greatest common divi...
integer-length function clojure.math.numeric-tower Length of integer in binary.
lcm function clojure.math.numeric-tower (lcm a b) returns the least common multipl...
MathFunctions protocol clojure.math.numeric-tower
round function clojure.math.numeric-tower (round n) rounds to the nearest integer. r...
sqrt function clojure.math.numeric-tower Square root, but returns exact number if p...