Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
math.numeric-tower.
A
abs function clojure.math.numeric-tower (abs n) is the absolute value of n.
C
ceil function clojure.math.numeric-tower (ceil n) returns the least integer greater...
E
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. ...
F
floor function clojure.math.numeric-tower (floor n) returns the greatest integer les...
G
gcd function clojure.math.numeric-tower (gcd a b) returns the greatest common divi...
I
integer-length function clojure.math.numeric-tower Length of integer in binary.
L
lcm function clojure.math.numeric-tower (lcm a b) returns the least common multipl...
M
MathFunctions protocol clojure.math.numeric-tower
R
round function clojure.math.numeric-tower (round n) rounds to the nearest integer. r...
S
sqrt function clojure.math.numeric-tower Square root, but returns exact number if p...