summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_complex.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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