Commit 6e0bd78
CLJS-3347: Create clojure.math namespace (#124)
* CLJS-3347: Create clojure.math namespace
This introduces the cljs.math namespace and clojure.core/abs for
parity with Clojure 1.11.0-alpha4.
Also introduces clojure.math-tests, which is an equivalent sets of
ClojureScript tests to the associated tests in Clojure.
Also include the Clojure test clojure.gen-math-test to compare
all reimplemented functions between the JVM versions and the
equivalent function calls executed on a ClojureScript prepl.
* Cleaned up references to Java Double in docs
Co-authored-by: Paula Gearon <gearon@gmail.com>1 parent 8b16b44 commit 6e0bd78
File tree
6 files changed
+1481
-0
lines changed- src
- main/cljs/cljs
- test
- cljs
- clojure
- self/self_parity
6 files changed
+1481
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2712 | 2712 | | |
2713 | 2713 | | |
2714 | 2714 | | |
| 2715 | + | |
| 2716 | + | |
| 2717 | + | |
| 2718 | + | |
| 2719 | + | |
2715 | 2720 | | |
2716 | 2721 | | |
2717 | 2722 | | |
| |||
0 commit comments