| Commit message (Expand) | Author | Age | Files | Lines |
* | fix rdoc. | akr | 2010-02-11 | 1 | -2/+2 |
* | update rdoc. | akr | 2010-02-11 | 1 | -0/+18 |
* | * numeric.c (flo_minus): RDoc update. a patch from red stun | matz | 2010-02-01 | 1 | -1/+1 |
* | * numeric.c (flo_hash, int_chr): fixed type. | nobu | 2010-01-14 | 1 | -5/+5 |
* | * include/ruby/defines.h (INFINITY): this is float. | naruse | 2009-12-30 | 1 | -4/+4 |
* | Add Float::INFINITY and Float::NAN. | naruse | 2009-12-29 | 1 | -4/+18 |
* | * numeric.c (flo_eq): supress a warning on VC++ for x64. | usa | 2009-12-08 | 1 | -1/+1 |
* | fix typos. | akr | 2009-11-03 | 1 | -2/+2 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * numeric.c (flo_quo, int_round): added rdoc. | nobu | 2009-09-05 | 1 | -2/+22 |
* | * numeric.c (round): added declaration. [ruby-dev:39222] | nobu | 2009-09-04 | 1 | -3/+2 |
* | * vm_method.c (rb_remove_method_id): exported. | nobu | 2009-08-27 | 1 | -3/+3 |
* | * numeric.c (flo_pow,fix_pow): may return complex number. | tadf | 2009-08-16 | 1 | -4/+13 |
* | * numeric.c (num_imaginary): num#i to return imaginary counterpart | matz | 2009-08-16 | 1 | -0/+16 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check | ko1 | 2009-08-12 | 1 | -0/+2 |
* | * numeric.c (num_divmod): fixed rdoc. [ruby-core:24862] | nobu | 2009-08-11 | 1 | -1/+1 |
* | * numeric.c (flo_hash): normalize -0.0 to 0.0. [ruby-core:24577] | matz | 2009-08-03 | 1 | -0/+2 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -9/+9 |
* | * numeric.c (fix_divide): added an entry to rational. | tadf | 2009-07-12 | 1 | -0/+6 |
* | * numeric.c (dbl2ival): should raise FloatDomainError on Infinity | matz | 2009-07-04 | 1 | -7/+1 |
* | trivial changes. | tadf | 2009-06-28 | 1 | -8/+9 |
* | * complex.c: revised rdoc. | tadf | 2009-06-27 | 1 | -111/+111 |
* | * numeric.c (int_chr): use default_internal encoding as default | matz | 2009-06-26 | 1 | -1/+7 |
* | * numeric.c (num_div): don't use num_floor which is actually | tadf | 2009-06-20 | 1 | -46/+47 |
* | * complex.c: edited rdoc. | tadf | 2009-06-20 | 1 | -2/+3 |
* | * complex.c: edited rdoc. | tadf | 2009-06-19 | 1 | -41/+41 |
* | * complex.c: edited rdoc. | tadf | 2009-06-19 | 1 | -3/+3 |
* | * numeric.c: edited rdoc. | tadf | 2009-06-19 | 1 | -18/+29 |
* | due to conflict | tadf | 2009-06-19 | 1 | -113/+119 |
* | * numeric.c (flo_cmp): should always return nil for NaN. | matz | 2009-06-19 | 1 | -0/+6 |
* | * numeric.c (*_numerator,*_denominator): moved to rational.c. | tadf | 2009-06-19 | 1 | -53/+0 |
* | * numeric.c ( num_numerator, num_denominator): use | tadf | 2009-06-18 | 1 | -2/+4 |
* | * numeric.c (flo_cmp): Infinity is greater than any bignum | matz | 2009-06-17 | 1 | -0/+4 |
* | * bignum.c (rb_big_fdiv): checks whether the given second argument | tadf | 2009-06-17 | 1 | -1/+3 |
* | * common.mk (bignum.o, numeric.o): depend on util.h. | nobu | 2009-05-26 | 1 | -13/+2 |
* | * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long to | nobu | 2009-05-20 | 1 | -11/+9 |
* | * numeric.c (flo_to_s): reduce fragments if no precision lost. | nobu | 2009-04-06 | 1 | -3/+6 |
* | * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext), | nobu | 2009-04-06 | 1 | -1/+1 |
* | * numeric.c (int_chr): checsk overflow. | nobu | 2009-04-06 | 1 | -1/+4 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -1/+1 |
* | * marshal.c (div0), numeric.c (infinite_value): new functions to | nobu | 2009-03-12 | 1 | -3/+16 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 1 | -4/+4 |
* | * numeric.c (flo_to_s): keeps enough precision for round trip. | nobu | 2009-03-05 | 1 | -3/+5 |
* | * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revert | usa | 2009-02-27 | 1 | -1/+36 |
* | * numeric.c (flo_eq): remove unnecessary NaN check using isnan(). | matz | 2009-02-23 | 1 | -15/+2 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -1/+1 |
* | * numeric.c (ruby_float_step): extracted from num_step(). | nobu | 2009-01-04 | 1 | -21/+29 |
* | * numeric.c: Infinity.numerator returns self. [experimental] | tadf | 2008-12-29 | 1 | -0/+20 |
* | arrangement | tadf | 2008-12-29 | 1 | -2/+2 |
* | * numeric.c (int_ord): Integer#ord implemented. | akr | 2008-12-22 | 1 | -0/+21 |