aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_complex.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * complex.c: uses f_real_p macro.tadf2008-09-051-0/+10
* * complex.c (numeric_abs2): new.tadf2008-08-311-0/+5
* * rational.c: added a static variable for nurat_to_f.tadf2008-08-301-2/+2
* removed some lines which gain the score of coverage.tadf2008-08-291-126/+0
* * complex.c ({nucomp,numeric}_rect): new.tadf2008-08-291-39/+59
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-221-36/+63
* * complex.c (nucomp_div): [ruby-dev:34357]tadf2008-04-141-0/+2
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-031-28/+4
* anyway renamed.tadf2008-03-261-2/+2
* * test/ruby/test_rational.rb: add tests to achieve over 90% testmame2008-03-251-1/+126
* fixed. [ruby-dev:34109]tadf2008-03-221-1/+1
* both complex and rational are now builtin classes.tadf2008-03-161-0/+1017