mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +00:00
Fix a test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user