mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
a5244b02c5
- `mrb_num_div_int(mrb,x,y)` -> `mrb_div_int(mrb,x,y)` - `mrb_num_div_flo(mrb,x,y)` -> `mrb_div_flo(x,y)` They are internal function not supposed to be used outside of the core.