Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto 5eebbd7df2 Global renaming regarding integer and float.
Consistent number conversion function names:
* `mrb_value` to immediate (C) value
  * `mrb_int()` -> `mrb_as_int()`
  * `mrb_to_flo()` -> `mrb_as_float()`
* `mrb_value` to `mrb_value` (converted)
  * `mrb_to_int()'
  * `mrb_Integer()` - removed
  * `mrb_Float()` -> `mrb_to_float`

Consistent function name (avoid `_flo` suffix):
* `mrb_div_flo()` -> `mrb_div_float`
2021-05-17 15:07:05 +09:00
..
2021-02-13 17:21:17 +10:00
2020-11-17 12:41:10 +09:00
2021-04-24 10:31:21 +09:00
2021-04-03 19:51:01 +10:00
2019-12-13 04:41:43 +09:00
2020-12-13 18:38:22 +10:00
2020-11-04 14:01:04 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00