Package: wnpp
Severity: wishlist
Owner: Apollon Oikonomopoulos <apoi...@debian.org>
Control: block 673515 by -1

* Package name    : math-numeric-tower-clojure
  Version         : 0.0.4
  Upstream Author : Mark Engelberg, Sean Corfield
* URL             : https://github.com/clojure/math.numeric-tower
* License         : EPL-1
  Programming Lang: Clojure
  Description     : math functions for Clojure
 
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"

This library is a prerequisite for packaging PuppetDB and/or Puppet Server.

Reply via email to