Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto d3184e4a6d complex.c: overhaul complex operators.
- define `MRB_TT_COMPLEX`
- change object structure (`struct RComplex`)
- add memory management for `MRB_TT_COMPLEX`
- avoid operator overloading as much as possible
- as a result, performance improved a log
- should work with and without `Rational` defined
2021-03-19 10:37:10 +09:00
..
2021-02-01 14:33:28 +09:00
2021-03-12 18:34:09 +09:00
2021-01-02 23:50:18 +09:00
2021-03-19 10:37:10 +09:00
2016-05-09 17:19:47 +02:00