math-numeric-tower-clojure 0.0.4-1.1 source package in Ubuntu

Changelog

math-numeric-tower-clojure (0.0.4-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Wed, 06 Jan 2021 19:29:05 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
math-numeric-tower-clojure_0.0.4-1.1.dsc 2.0 KiB 7c152013b30e3e557d2d327d355d2583bacd6610761ba5acfaf1efce72a64ef3
math-numeric-tower-clojure_0.0.4.orig.tar.gz 9.9 KiB 0657de6026ab1cf48a28accd8b1899284552bd1420b57406a69d4247bff7a459
math-numeric-tower-clojure_0.0.4-1.1.debian.tar.xz 6.7 KiB 9e2dc42bdfb61b047801b2ec3c3b5744ad1887aeaad60e5a19603750cbc67a7d

Available diffs

No changes file available.

Binary packages built by this source

libmath-numeric-tower-clojure: 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"