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
2024-09-21
Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...
Jeremy Evans
2024-02-27
Handle zero-like imaginary part as zero in to_r (#9581)
Kenta Murata
2024-02-26
[Bug #20296] Fix the default assertion message
Nobuyoshi Nakada
2024-02-26
[Bug #20296] Refine the test
Nobuyoshi Nakada
2024-02-26
[Bug #20296] Clear errinfo when `exception: false`
Nobuyoshi Nakada
2023-11-21
[Bug #11183] Fix rb_complex_pow for special angles
Kouhei Yanagita
2022-12-02
[Bug #19087] Disallow successive underscores in Complex string
Nobuyoshi Nakada
2022-10-23
Reduce type check of arguments at Complex creation
Nobuyoshi Nakada
2022-10-23
Update Complex.polar with Complex tests
Nobuyoshi Nakada
2022-09-02
Consider Complex from Complex cases
Nobuyoshi Nakada
2022-09-02
[Bug #18937] Coerce non-real non-Numeric into Complex at comparisons
Nobuyoshi Nakada
2022-08-22
[Bug #18937] Coerce non-Numeric into Complex at comparisons
Nobuyoshi Nakada
2022-08-12
Remove Numeric#ceildiv
Kouhei Yanagita
2022-08-12
Add Numeric#ceildiv and Integer#ceildiv
Kouhei Yanagita
2020-09-16
Fix assertion failed in Complex.polar without NDEBUG (#3551)
Kenta Murata
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
[next]