• Yukihiro "Matz" Matsumoto's avatar
    numeric.c: function renaming. · a5244b02
    Yukihiro "Matz" Matsumoto authored
    - `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.
    a5244b02
complex.c 10.9 KB