index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-complex
/
mrblib
/
complex.rb
Age
Commit message (
Expand
)
Author
2021-03-24
complex.rb: unary plus (`+@`) to return self avoiding copying.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.c: implement `Complex` addition and subtraction in C.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.c: implement `Complex#/` and `#quo` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.c: implement `Complex#*` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.rb: avoid 'NaNi` representation.
Yukihiro "Matz" Matsumoto
2021-03-21
complex.c: define `Complex#==` in C.
Yukihiro "Matz" Matsumoto
2021-03-19
complex.c: overhaul complex operators.
Yukihiro "Matz" Matsumoto
2021-02-05
Refactor method overriding.
Yukihiro "Matz" Matsumoto
2021-02-05
Add `Complex#to_c` method.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-06-20
Symbolify saved alias name to improve performance.
Yukihiro "Matz" Matsumoto
2019-12-15
Drop dependencies from `mruby-complex` to some gems
KOBAYASHI Shuji
2019-08-09
Avoid overflow and underflow in Complex#/
Ray Chason
2019-08-08
Implement Complex#abs in terms of Math.hypot
Ray Chason
2019-07-18
Avoid making top-level `env` in initialization code; ref #4581
Yukihiro "Matz" Matsumoto
2019-05-26
Remove some overhead from methods defined in Ruby in Complex.
Yukihiro "Matz" Matsumoto
2019-05-21
Implements part of `Complex` class in C.
Yukihiro "Matz" Matsumoto
2019-05-18
Move `Object#(Rational|Complex)` to `Kernel`
KOBAYASHI Shuji
2019-05-15
Basic implementation of Complex and Rational classes
Ukrainskiy Sergey
2019-05-15
Initial suffix support
Ukrainskiy Sergey