summaryrefslogtreecommitdiff
path: root/rational.c
AgeCommit message (Expand)Author
2009-07-05 * rational.c: edited rdoc.tadf
2009-07-03 * rational.c: renamed equal_p to eqeq_p.tadf
2009-06-29added a comment.tadf
2009-06-29 * rational.c (float_to_r): always returns rational.tadf
2009-06-28 * complex.c (nucomp_div): raises ZeroDivisionError immediatelytadf
2009-06-28 * complex.c (nucomp_expt): convert to a float when the given powertadf
2009-06-28 * complex.c (nucomp_expt): some improvements.tadf
2009-06-28 * complex.c: renamed some static functions.tadf
2009-06-27 * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf
2009-06-27 * complex.c: revised rdoc.tadf
2009-06-20 * numeric.c (num_div): don't use num_floor which is actuallytadf
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c; edited rdoc.tadf
2009-06-19 * rational.c (nurat_abs); removed.tadf
2009-06-19 * rational.c; edited rdoc.tadf
2009-06-19due to conflicttadf
2009-06-19 * complex.c: constant COMPLEX_NAME has been removed.tadf
2009-06-19 * rational.c: added rdoc. a patch from Run Paint Run Run.tadf
2009-06-19 * numeric.c (*_numerator,*_denominator): moved to rational.c.tadf
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
2009-06-17 * rational.c (nurat_coerce): accepts Complex when the imag istadf
2009-06-17 * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf
2009-06-16 * complex.c (nucomp_coerce): accepts Complex instances.tadf
2009-06-13 * complex.c (nucomp_fdiv): use fdiv recursively.tadf
2009-06-13 * rational.c (nurat_to_f): use fdiv.tadf
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2008-12-29 * bignum.c (rb_cstr_to_inum): changed an error message.tadf
2008-12-29 * rational.c: floor, ceil, truncate and round accept an extratadf
2008-12-13 * complex.c: use rb_usascii_str_new2 instead of rb_str_new2.tadf
2008-12-12 * complex.c (nucomp_canonicalization): renamed.tadf
2008-12-12 * complex.c, rational.c: do not use RUBY_VERSION_CODE.tadf
2008-12-12* complex.c, rational.c: do not use RUBY_VERSION_CODE.nobu
2008-12-10 * complex.c: avoided warnings on cpp.tadf
2008-12-05 * rational.c (nurat_{to_s,inspect}): performance improvement.tadf
2008-10-28 * complex.c: continues to support canonicalization *unofficially*tadf
2008-09-24* complex.c (Init_Complex), rational.c (Init_Rational): undefinesnobu
2008-09-24* complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATORnobu
2008-09-23 * complex.c (nucomp_s_canonicalize_internal): does no applytadf
2008-09-21 * complex.c: added two macros.tadf
2008-09-21 * complex.c (nucomp_s_convert): checks argc.tadf
2008-09-21 * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-19 * complex.c: uses f_(in)?exact_p macro.tadf
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-17 * complex.c (nucomp_s_convert): accepts complextadf
2008-09-16 * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-15fixed the previous commit.tadf
2008-09-15 * complex.c (nucomp_eql_p): new.tadf