mirror of
https://github.com/status-im/nim-ttmath.git
synced 2025-02-23 09:48:08 +00:00
Add broken pow test
This commit is contained in:
parent
1e673a2d21
commit
389da7588f
@ -21,6 +21,7 @@ suite "ttmath":
|
||||
a + b == "28497092031222200795837".u256
|
||||
a + b != "28497092031222200795838".u256
|
||||
a + b < "28497092031222200795838".u256
|
||||
pow(2.u256, 3) == 8.u256
|
||||
|
||||
suite "Testing conversion functions: Hex, Bytes, Endianness":
|
||||
let
|
||||
|
Loading…
x
Reference in New Issue
Block a user