separate number into float and integer
This commit is contained in:
parent
10f55313b0
commit
daab50d54c
22 changed files with 848 additions and 428 deletions
|
|
@ -3,7 +3,7 @@ assertEq(1, 1)
|
|||
assertEq(0, 0)
|
||||
assertEq("", "")
|
||||
|
||||
assertEq([]number, []number)
|
||||
assertEq([]int, []int)
|
||||
assertEq([3, 1, 4, 1], [3, 1, 4, 1])
|
||||
|
||||
# Inequality
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue