libmath-numeric-tower-clojure

math functions for Clojure

Description

math.numeric-tower provides math functions that deal intelligently with the various types in Clojure's numeric tower, as well as math functions commonly found in Scheme implementations:

  * (expt x y) - x to the yth power
  * (abs n) - absolute value of n
  * (gcd m n) - greatest common divisor of m and n
  * (lcm m n) - least common multiple of m and n
  * (floor x) - round down
  * (ceil x) - round up
  * (round x) - round to nearest
  * (sqrt x) - square root, exact if possible
  * (exact-integer-sqrt k) returns floor of square root and the "remainder"

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libmath-numeric-tower-clojure