index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_complex.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix assertion failed in Complex.polar without NDEBUG (#3551)
Kenta Murata
2020-09-16
1
-0
/
+5
*
Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct type
Jeremy Evans
2019-09-21
1
-0
/
+4
*
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-07-11
1
-0
/
+6
*
Implement Complex#<=>
Jeremy Evans
2019-06-19
1
-4
/
+10
*
No TypeError at nil if exception: false
nobu
2019-01-12
1
-0
/
+6
*
complex.c (f_divide): canonicalize a quotient
mrkn
2019-01-07
1
-5
/
+7
*
test_complex.rb: use the same approach to fix failures
k0kubun
2019-01-03
1
-12
/
+6
*
test_complex.rb: fix tests for RUBYOPT="-w"
k0kubun
2019-01-03
1
-0
/
+12
*
complex.c: fix against redefining component methods
mrkn
2019-01-02
1
-5
/
+68
*
suppress warning: method redefined; discarding old + introduced at r66681
naruse
2019-01-01
1
-0
/
+3
*
complex.c: Optimize Complex#+ for some conditions
mrkn
2019-01-01
1
-0
/
+30
*
complex.c: small optimization of Complex#**
nobu
2018-10-20
1
-0
/
+4
*
complex.c: simplify division result
nobu
2018-09-01
1
-0
/
+7
*
Add `exception:` keyword in Kernel#Complex()
mrkn
2018-03-15
1
-0
/
+21
*
complex.c: check type
nobu
2018-03-07
1
-0
/
+14
*
complex.c: check type
nobu
2018-03-07
1
-0
/
+12
*
force fixable
nobu
2018-01-30
1
-2
/
+6
*
freeze Complex and Rational
nobu
2017-10-19
1
-4
/
+0
*
test_complex.rb: NaN Complex
nobu
2017-10-16
1
-0
/
+6
*
complex.c: no overflow
nobu
2017-09-27
1
-0
/
+3
*
complex.c: no overflow
nobu
2017-09-27
1
-0
/
+3
*
get rid of ambiguous parentheses warnings
nobu
2016-11-29
1
-1
/
+1
*
complex.c: undefine Comparable methods
nobu
2016-10-24
1
-6
/
+4
*
refine assertions
nobu
2016-10-24
1
-42
/
+42
*
complex.c: undefine clamp
nobu
2016-10-24
1
-0
/
+1
*
numeric.c, complex.c: Add finite? and infinite? consistent with Float
mrkn
2016-07-17
1
-0
/
+24
*
hash method values
nobu
2016-05-21
1
-2
/
+2
*
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
1
-2
/
+2
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
preserve encodings in error messages
nobu
2015-09-28
1
-0
/
+3
*
* Move test cases from test/ruby/test_complex.rb to test/test_cmath.rb
gogotanaka
2015-06-06
1
-104
/
+0
*
test/ruby/test_complex.rb: Add test for CMath.log2
gogotanaka
2015-06-01
1
-0
/
+4
*
* complex.c (f_complex_polar): simple bug reproduced only when y is
usa
2015-05-22
1
-0
/
+1
*
* lib/cmath.rb (log): raise ArgumentError when more than 2 arguments
gogotanaka
2015-02-24
1
-3
/
+3
*
complex.c: multiply as rotation
nobu
2015-02-24
1
-0
/
+7
*
* test/ruby/test_complex.rb: removed unreachable code.
hsbt
2014-08-27
1
-64
/
+30
*
* test/ruby/test_complex.rb: cherry-picked working assertions from r47251.
hsbt
2014-08-26
1
-0
/
+6
*
* test/ruby/test_complex.rb: removed needless conditions.
hsbt
2014-08-24
1
-122
/
+58
*
* test/ruby/test_complex.rb: removed commented-out code.
hsbt
2014-08-22
1
-58
/
+0
*
* test/ruby/test_complex.rb: fixed broken tests. Math is not
hsbt
2014-08-22
1
-28
/
+29
*
test/ruby: better assertions
nobu
2013-12-13
1
-13
/
+13
*
* complex.c (make_patterns): should not accept extra sign.
tadf
2012-11-17
1
-0
/
+1
*
test_complex.rb, test_rational.rb: revert some assertions
nobu
2012-07-26
1
-1
/
+6
*
complex.c, rational.c: compatible marshal loader
nobu
2012-07-25
1
-7
/
+8
*
revert some tests
tadf
2012-06-22
1
-2
/
+0
*
* complex.c: wrote Complex#_dump and Complex::load. But now
tadf
2012-06-03
1
-0
/
+2
*
* complex.c (nucomp_marshal_load): [ruby-core:45394]
tadf
2012-06-03
1
-0
/
+5
*
Exclude json/add/complex.rb.
naruse
2012-03-12
1
-1
/
+1
*
* complex.c (nucomp_rationalize): fix function. [ruby-core:40667]
nobu
2011-11-02
1
-0
/
+1
*
* complex.c (nucomp_rationalize): calls rationalize of real part if
mrkn
2011-08-10
1
-0
/
+5
[next]