clojure.math in ClojureCLR
- Implemented
- 48.9%22 / 45
- Mismatched
- 2
- Missing
- 23
- Dialect-Only
- 20
Metadata Mismatches (2)
Vars present in both Clojure (JVM) and this surface but with differing arglists, :macro flag, or :dynamic flag.
| Var | Difference |
|---|---|
log | arglists Clojure (JVM): ([a])this surface: ([a] [a b]) |
round | arglists Clojure (JVM): ([a])this surface: ([a] [a b] [a b c]) |
Vars Present in Clojure (JVM) but Absent from This Surface (23)
| Var |
|---|
add-exact |
ceil |
decrement-exact |
expm1 |
floor-div |
floor-mod |
get-exponent |
hypot |
increment-exact |
log1p |
multiply-exact |
negate-exact |
next-after |
next-down |
next-up |
random |
rint |
scalb |
signum |
subtract-exact |
to-degrees |
to-radians |
ulp |
Vars Present in This Surface but Not in Clojure (JVM) (20)
| Var |
|---|
Tau |
acosh |
asinh |
atanh |
bit-decrement |
bit-increment |
ceiling |
clamp-double |
clamp-long |
fused-multiply-add |
ilogb |
log2 |
max-magnitude |
min-magnitude |
reciprocal-estimate |
reciprocal-sqrt-estimate |
scaleb |
sign-double |
sign-long |
truncate |