Fix a test

This commit is contained in:
Koki Fushimi
2018-06-14 13:37:37 +09:00
parent 5fc5e37194
commit 5332da2e7c

View File

@@ -672,4 +672,4 @@ when isMainModule:
doAssert floorMod(-8.5, 3.0) ==~ 0.5
block: # log
doAssert log(4.0, 3.0) == log(4.0) / log(3.0)
doAssert log(4.0, 3.0) == ln(4.0) / ln(3.0)