summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_complex.rb
Commit message (Expand)AuthorAgeFilesLines
* merges r23946 from trunk into ruby_1_9_1.yugui2009-07-121-2/+4
* merges r23718 from trunk into ruby_1_9_1.yugui2009-06-211-0/+8
* merges r23642 from trunk into ruby_1_9_1.yugui2009-06-211-3/+3
* merges r20514 from trunk into ruby_1_9_1.yugui2008-12-051-1/+28
* merges r20474 from trunk into ruby_1_9_1.yugui2008-12-041-0/+10
* merges r20177 from trunk into ruby_1_9_1.yugui2008-11-111-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