aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_complex.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* preserve encodings in error messagesnobu2015-09-281-0/+3
* * Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka2015-06-061-104/+0
* test/ruby/test_complex.rb: Add test for CMath.log2gogotanaka2015-06-011-0/+4
* * complex.c (f_complex_polar): simple bug reproduced only when y isusa2015-05-221-0/+1
* * lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka2015-02-241-3/+3
* complex.c: multiply as rotationnobu2015-02-241-0/+7
* * test/ruby/test_complex.rb: removed unreachable code.hsbt2014-08-271-64/+30
* * test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt2014-08-261-0/+6
* * test/ruby/test_complex.rb: removed needless conditions.hsbt2014-08-241-122/+58
* * test/ruby/test_complex.rb: removed commented-out code.hsbt2014-08-221-58/+0
* * test/ruby/test_complex.rb: fixed broken tests. Math is nothsbt2014-08-221-28/+29
* test/ruby: better assertionsnobu2013-12-131-13/+13
* * complex.c (make_patterns): should not accept extra sign.tadf2012-11-171-0/+1
* test_complex.rb, test_rational.rb: revert some assertionsnobu2012-07-261-1/+6
* complex.c, rational.c: compatible marshal loadernobu2012-07-251-7/+8
* revert some teststadf2012-06-221-2/+0
* * complex.c: wrote Complex#_dump and Complex::load. But nowtadf2012-06-031-0/+2
* * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf2012-06-031-0/+5
* Exclude json/add/complex.rb.naruse2012-03-121-1/+1
* * complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu2011-11-021-0/+1
* * complex.c (nucomp_rationalize): calls rationalize of real part ifmrkn2011-08-101-0/+5
* * test/ruby/test_{complex,rational}.rb: added tests.tadf2011-05-091-0/+36
* * complex.c (string_to_c_internal): a refactoring.tadf2011-05-091-4/+1
* * complex.c (string_to_c_internal): support scientific notation.mrkn2011-05-091-0/+4
* added some tests.tadf2010-11-221-0/+18
* * complex.c (nucomp_marshal_load): should check the argument.nobu2010-08-051-0/+5
* suppress warnings.akr2010-01-261-1/+1
* * test/ruby/test_complex.rb (@unify): fix the detection if mathyugui2009-11-261-1/+2
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-251-0/+3
* * complex.c (nucomp_equal_p): removed.tadf2009-07-031-12/+0
* * rational.c: renamed equal_p to eqeq_p.tadf2009-07-031-0/+19
* * complex.c: undef-ed shome methods. [ruby-core:24110]tadf2009-07-031-2/+4
* * rational.c (nurat_s_convert): calls to_r when the given argumenttadf2009-06-181-2/+2
* * complex.c (nucomp_coerce): accepts Complex instances.tadf2009-06-161-0/+8
* removed extra spaces.tadf2009-06-071-3/+3
* * test/ruby/test_complex.rb: added some tests.tadf2008-12-041-1/+28
* * complex.c (nurat_{to_s,inspect}): provides better representationtadf2008-12-031-0/+10
* trivial changes.tadf2008-11-101-1/+1
* * complex.c (nucomp_s_canonicalize_internal): does no applytadf2008-09-231-88/+21
* * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf2008-09-211-34/+46
* * complex.c: an instance method image has been removed andtadf2008-09-201-97/+84
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-191-4/+0
* * complex.c (nucomp_s_convert): accepts complextadf2008-09-171-1/+4
* * numeric.c: provides predicate real? instead of scalar?.tadf2008-09-161-4/+6
* * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf2008-09-161-0/+2
* * complex.c (nucomp_eql_p): new.tadf2008-09-151-0/+4
* * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf2008-09-141-0/+20
* * rational.c: removed unused code.tadf2008-09-071-4/+16