mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Re-remove divFloor
This commit is contained in:
parent
122a1d57a0
commit
95ca4d48e5
@ -252,9 +252,6 @@ divChecked : Float a, Float a -> Result (Float a) [ DivByZero ]*
|
||||
divCeil : Int a, Int a -> Int a
|
||||
divCeilChecked : Int a, Int a -> Result (Int a) [ DivByZero ]*
|
||||
|
||||
divFloor : Int a, Int a -> Int a
|
||||
divFloorChecked : Int a, Int a -> Result (Int a) [ DivByZero ]*
|
||||
|
||||
divTrunc : Int a, Int a -> Int a
|
||||
divTruncChecked : Int a, Int a -> Result (Int a) [ DivByZero ]*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user