Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec1e56f

Browse files
committed
* some basic arithmetic cases
1 parentd9c2b52 commitec1e56f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/test/cljs/cljs/bigint_test.cljs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@
3636
(is (= (js/BigInt1)1))
3737
(is (=1 (js/BigInt1))))
3838
(testing"Interaction with core"
39-
(is (= (range15) (range15N)))))
39+
(is (= (range15) (range15N))))
40+
(testing"Arithmetic"
41+
(is (=2 (+11N)))
42+
(is (=0.5 (/1N2)))
43+
(is (=4N (*2N2)))))
4044

4145
(comment
4246

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp