mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Rename internal NUM_DIV_INT references to NUM_DIV_FLOOR.
This balances with NUM_DIV_CEIL (which is another form of integer division).
This commit is contained in:
parent
f39f7eda03
commit
2c4a83788c
4 changed files with 14 additions and 14 deletions
|
@ -948,8 +948,8 @@ define_builtins! {
|
|||
39 NUM_REM_CHECKED: "remChecked"
|
||||
40 NUM_DIV_FLOAT: "div"
|
||||
41 NUM_DIV_FLOAT_CHECKED: "divChecked"
|
||||
42 NUM_DIV_INT: "divFloor"
|
||||
43 NUM_DIV_INT_CHECKED: "divFloorChecked"
|
||||
42 NUM_DIV_FLOOR: "divFloor"
|
||||
43 NUM_DIV_FLOOR_CHECKED: "divFloorChecked"
|
||||
44 NUM_MOD_INT: "modInt"
|
||||
45 NUM_MOD_INT_CHECKED: "modIntChecked"
|
||||
46 NUM_MOD_FLOAT: "modFloat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue