1. 25 Mar, 2021 2 commits
  2. 24 Mar, 2021 19 commits
  3. 23 Mar, 2021 1 commit
  4. 22 Mar, 2021 10 commits
  5. 21 Mar, 2021 3 commits
  6. 20 Mar, 2021 4 commits
  7. 19 Mar, 2021 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      complex.c: overhaul complex operators. · d3184e4a
      Yukihiro "Matz" Matsumoto authored
      - 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
      d3184e4a