added some code for bigint division

This commit is contained in:
hyunghwan.chung
2015-11-30 14:29:57 +00:00
parent 48efc4dbc8
commit a32e1903bf
2 changed files with 211 additions and 29 deletions

View File

@ -279,6 +279,15 @@ PROCESS TESTING
(7 \\ -3) dump.
(7 // -3) dump.
##(777777777777777777777777777777777777777777777777777777777777777777777 rem: -8127348917239812731289371289731298) dump.
##(777777777777777777777777777777777777777777777777777777777777777777777 quo: -8127348917239812731289371289731298) dump.
(-270000000000000000000000000000000000000000000000000000000000000000000 rem: 50000000000000000000000000000000000000000000000000000000000000000000) dump.
(-270000000000000000000000000000000000000000000000000000000000000000000 quo: 50000000000000000000000000000000000000000000000000000000000000000000) dump.
(-270000000000000000000000000000000000000000000000000000000000000000000 \\ 50000000000000000000000000000000000000000000000000000000000000000000) dump.
(-270000000000000000000000000000000000000000000000000000000000000000000 // 50000000000000000000000000000000000000000000000000000000000000000000) dump.
"
FFI isNil dump.
FFI notNil dump.