[ 原始碼: math-numeric-tower-clojure ]
套件:libmath-numeric-tower-clojure(0.0.4-1.2)
libmath-numeric-tower-clojure 的相關連結
Debian 的資源:
下載原始碼套件 math-numeric-tower-clojure:
- [math-numeric-tower-clojure_0.0.4-1.2.dsc]
- [math-numeric-tower-clojure_0.0.4.orig.tar.gz]
- [math-numeric-tower-clojure_0.0.4-1.2.debian.tar.xz]
維護小組:
相似套件:
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"
其他與 libmath-numeric-tower-clojure 有關的套件
|
|
|
|
-
- dep: libclojure-java
- Lisp dialect for the JVM (library)