mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Adding a modular-expt test.
This commit is contained in:
parent
a2e4f1dc96
commit
d16cbc7e2b
1 changed files with 5 additions and 0 deletions
|
@ -82,4 +82,9 @@
|
|||
(test #f (probable-prime? 4611686020243253183))
|
||||
(test #f (probable-prime? 4611686020243253247))
|
||||
|
||||
(test 5
|
||||
(modular-expt 7670626353261554806
|
||||
5772301760555853353
|
||||
(* 2936546443 3213384203)))
|
||||
|
||||
(test-end)
|
||||
|
|
Loading…
Add table
Reference in a new issue