io.jesi.backpack.number

infinity

Java’s Integer/MAX_VALUE for consistence use in Clojure(Script) projects

mod

(mod num div)

Modulus of num and div supporting float and decimal values. Truncates toward negative infinity.

round-to

(round-to precision d)

Rounds a given value ‘d’ to the specified ‘precision’