Truncate vs. floor

---- elm-repl 0.18.0 -----------------------------------------------------------
 :help for help, :exit to exit, more at <https://github.com/elm-lang/elm-repl>
--------------------------------------------------------------------------------
> truncate(34358722551.0)
-1015817 : Int
> floor(34358722551.0)
34358722551 : Int
>

I’m pretty sure one of these is wrong, although I’m not sure which one. :confused:

This is a known issue with truncate!