Age | Commit message (Expand) | Author |
2009-06-19 | * complex.c: edited rdoc. | tadf |
2009-06-19 | * numeric.c: edited rdoc. | tadf |
2009-06-19 | due to conflict | tadf |
2009-06-19 | * numeric.c (flo_cmp): should always return nil for NaN. | matz |
2009-06-19 | * numeric.c (*_numerator,*_denominator): moved to rational.c. | tadf |
2009-06-18 | * numeric.c ( num_numerator, num_denominator): use | tadf |
2009-06-17 | * numeric.c (flo_cmp): Infinity is greater than any bignum | matz |
2009-06-17 | * bignum.c (rb_big_fdiv): checks whether the given second argument | tadf |
2009-05-26 | * common.mk (bignum.o, numeric.o): depend on util.h. | nobu |
2009-05-20 | * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long to | nobu |
2009-04-06 | * numeric.c (flo_to_s): reduce fragments if no precision lost. | nobu |
2009-04-06 | * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext), | nobu |
2009-04-06 | * numeric.c (int_chr): checsk overflow. | nobu |
2009-03-12 | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu |
2009-03-12 | * marshal.c (div0), numeric.c (infinite_value): new functions to | nobu |
2009-03-10 | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu |
2009-03-05 | * numeric.c (flo_to_s): keeps enough precision for round trip. | nobu |
2009-02-27 | * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revert | usa |
2009-02-23 | * numeric.c (flo_eq): remove unnecessary NaN check using isnan(). | matz |
2009-02-22 | stripped trailing spaces. | nobu |
2009-01-04 | * numeric.c (ruby_float_step): extracted from num_step(). | nobu |
2008-12-29 | * numeric.c: Infinity.numerator returns self. [experimental] | tadf |
2008-12-29 | arrangement | tadf |
2008-12-22 | * numeric.c (int_ord): Integer#ord implemented. | akr |
2008-12-22 | * configure.in (mingw): no longer uses snprintf and vsnprintf of | nobu |
2008-11-27 | * numeric.c (flodivmod): floating point division should raise | matz |
2008-11-24 | * numeric.c (num_step): treat infinite step specially. | matz |
2008-10-18 | * numeric.c (num_sadded): remove newly defined singleton method | matz |
2008-09-21 | fixed indentation. | tadf |
2008-09-19 | * prec.c: removed. Precision will be redesigned and be back again. | yugui |
2008-09-19 | * dln.c: newer BeOS support. a patch from Pete Goodeve | matz |
2008-09-16 | * numeric.c: provides predicate real? instead of scalar?. | tadf |
2008-09-05 | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz |
2008-08-29 | * complex.c ({nucomp,numeric}_rect): new. | tadf |
2008-08-16 | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu |
2008-07-18 | * numeric.c (check_uint): fix wrong message. | usa |
2008-07-18 | * numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong check | usa |
2008-07-17 | * numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check. | usa |
2008-07-04 | * numeric.c (check_uint, rb_num2uint, rb_fix2uint): proper check. | usa |
2008-07-03 | * numeric.c (rb_num2uint, rb_fix2uint): typo. | usa |
2008-07-03 | * numeric.c (check_uint, rb_num2uint): also needs checking negative | usa |
2008-06-30 | * numeric.c (num_coerce): call rb_Float(x) first. don't depend on | akr |
2008-06-21 | * numeric.c (flo_round): get rid of overflow. | nobu |
2008-06-09 | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu |
2008-05-27 | * numeric.c: "%" is required before PRI?VALUE. | akr |
2008-05-27 | * numeric.c (num_div): should raise ZeroDivisionError. | matz |
2008-05-27 | * numeric.c (num_fdiv): fallback to_f should always return float | matz |
2008-05-27 | * numeric.c (check_int): use PRIxVALUE format specifier. | matz |
2008-05-07 | * numeric.c (bit_coerce): float should not be a valid operand of | matz |
2008-05-07 | * numeric.c (fix_divide): float division should floor() before | matz |