clojure.math in Joker
- Implemented
- 26.7%12 / 45
- Mismatched
- 12
- Missing
- 33
- Dialect-Only
- 33
Metadata Mismatches (12)
Vars present in both Clojure (JVM) and this surface but with differing arglists, :macro flag, or :dynamic flag.
| Var | Difference |
|---|---|
ceil | arglists Clojure (JVM): ([a])this surface: ([x]) |
copy-sign | arglists Clojure (JVM): ([magnitude sign])this surface: ([x y]) |
cos | arglists Clojure (JVM): ([a])this surface: ([x]) |
exp | arglists Clojure (JVM): ([a])this surface: ([x]) |
floor | arglists Clojure (JVM): ([a])this surface: ([x]) |
hypot | arglists Clojure (JVM): ([x y])this surface: ([p q]) |
log | arglists Clojure (JVM): ([a])this surface: ([x]) |
next-after | arglists Clojure (JVM): ([start direction])this surface: ([x y]) |
pow | arglists Clojure (JVM): ([a b])this surface: ([x y]) |
round | arglists Clojure (JVM): ([a])this surface: ([x]) |
sin | arglists Clojure (JVM): ([a])this surface: ([x]) |
sqrt | arglists Clojure (JVM): ([a])this surface: ([x]) |
Vars Present in Clojure (JVM) but Absent from This Surface (33)
| Var |
|---|
E |
IEEE-remainder |
PI |
acos |
add-exact |
asin |
atan |
atan2 |
cbrt |
cosh |
decrement-exact |
expm1 |
floor-div |
floor-mod |
get-exponent |
increment-exact |
log10 |
log1p |
multiply-exact |
negate-exact |
next-down |
next-up |
random |
rint |
scalb |
signum |
sinh |
subtract-exact |
tan |
tanh |
to-degrees |
to-radians |
ulp |
Vars Present in This Surface but Not in Clojure (JVM) (33)
| Var |
|---|
abs |
cube-root |
dim |
e |
exp-2 |
exp-minus-1 |
inf |
inf? |
ln-of-10 |
ln-of-2 |
log-10 |
log-10-of-e |
log-2 |
log-2-of-e |
log-binary |
log-plus-1 |
max-double |
modf |
nan |
nan? |
phi |
pi |
pow-10 |
precision |
round-to-even |
set-precision |
sign-bit |
smallest-nonzero-double |
sqrt-of-2 |
sqrt-of-e |
sqrt-of-phi |
sqrt-of-pi |
trunc |