index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_complex.rb
Age
Commit message (
Expand
)
Author
2019-09-21
Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct type
Jeremy Evans
2019-07-11
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-06-19
Implement Complex#<=>
Jeremy Evans
2019-01-12
No TypeError at nil if exception: false
nobu
2019-01-07
complex.c (f_divide): canonicalize a quotient
mrkn
2019-01-03
test_complex.rb: use the same approach to fix failures
k0kubun
2019-01-03
test_complex.rb: fix tests for RUBYOPT="-w"
k0kubun
2019-01-02
complex.c: fix against redefining component methods
mrkn
2019-01-01
suppress warning: method redefined; discarding old + introduced at r66681
naruse
2019-01-01
complex.c: Optimize Complex#+ for some conditions
mrkn
2018-10-20
complex.c: small optimization of Complex#**
nobu
2018-09-01
complex.c: simplify division result
nobu
2018-03-15
Add `exception:` keyword in Kernel#Complex()
mrkn
2018-03-07
complex.c: check type
nobu
2018-03-07
complex.c: check type
nobu
2018-01-30
force fixable
nobu
2017-10-19
freeze Complex and Rational
nobu
2017-10-16
test_complex.rb: NaN Complex
nobu
2017-09-27
complex.c: no overflow
nobu
2017-09-27
complex.c: no overflow
nobu
2016-11-29
get rid of ambiguous parentheses warnings
nobu
2016-10-24
complex.c: undefine Comparable methods
nobu
2016-10-24
refine assertions
nobu
2016-10-24
complex.c: undefine clamp
nobu
2016-07-17
numeric.c, complex.c: Add finite? and infinite? consistent with Float
mrkn
2016-05-21
hash method values
nobu
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-09-28
preserve encodings in error messages
nobu
2015-06-06
* Move test cases from test/ruby/test_complex.rb to test/test_cmath.rb
gogotanaka
2015-06-01
test/ruby/test_complex.rb: Add test for CMath.log2
gogotanaka
2015-05-22
* complex.c (f_complex_polar): simple bug reproduced only when y is
usa
2015-02-24
* lib/cmath.rb (log): raise ArgumentError when more than 2 arguments
gogotanaka
2015-02-24
complex.c: multiply as rotation
nobu
2014-08-27
* test/ruby/test_complex.rb: removed unreachable code.
hsbt
2014-08-26
* test/ruby/test_complex.rb: cherry-picked working assertions from r47251.
hsbt
2014-08-24
* test/ruby/test_complex.rb: removed needless conditions.
hsbt
2014-08-22
* test/ruby/test_complex.rb: removed commented-out code.
hsbt
2014-08-22
* test/ruby/test_complex.rb: fixed broken tests. Math is not
hsbt
2013-12-13
test/ruby: better assertions
nobu
2012-11-17
* complex.c (make_patterns): should not accept extra sign.
tadf
2012-07-26
test_complex.rb, test_rational.rb: revert some assertions
nobu
2012-07-25
complex.c, rational.c: compatible marshal loader
nobu
2012-06-22
revert some tests
tadf
2012-06-03
* complex.c: wrote Complex#_dump and Complex::load. But now
tadf
2012-06-03
* complex.c (nucomp_marshal_load): [ruby-core:45394]
tadf
2012-03-12
Exclude json/add/complex.rb.
naruse
2011-11-02
* complex.c (nucomp_rationalize): fix function. [ruby-core:40667]
nobu
2011-08-10
* complex.c (nucomp_rationalize): calls rationalize of real part if
mrkn
2011-05-09
* test/ruby/test_{complex,rational}.rb: added tests.
tadf
[next]