summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2014-01-15numeric.c: preserve encodingnobu
2014-01-15numeric.c: preserve encodingnobu
2014-01-15numeric.c: FLOAT_OUT_OF_RANGEnobu
2014-01-15numeric.c: preserve encodingnobu
2014-01-07* numeric.c: Fix typo in an error messagea_matsuda
2014-01-05numeric.c: isfinitenobu
2013-10-10numeric.c: no declaration of finitenobu
2013-10-09* numeric.c (fix_aref): avoid a possible undefined behavior.mame
2013-09-25internal.h: move inline functionsnobu
2013-09-11numeric.c: use RB_TYPE_Pnobu
2013-09-07numeric.c: use positive_int_pnobu
2013-09-07numeric.c: no extra checksnobu
2013-09-04numeric.c: split NUM_STEP_GET_INFnobu
2013-09-02Retain behavior of Numeric#step when nil is given as second argument.knu
2013-09-02Numeral#step should raise TypeError if a non-numeric parameter is given.knu
2013-09-02Enhance Numeric#step.knu
2013-09-01* numeric.c (rb_fix_bit_length): Moved from bignum.c.akr
2013-08-10* numeric.c: [DOC] fix typo.ktsj
2013-08-06[DOC] refine a call seq.akr
2013-08-02parse.y: calculate powers of tennobu
2013-07-15* numeric.c: [DOC] improve rdoc formatting for parameters and linkszzak
2013-07-15* numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doczzak
2013-07-08numeric.c: for strict ANSInobu
2013-06-28* numeric.c (fix_mul): remove FIT_SQRT_LONG test as it was causingcharliesome
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-08* numeric.c (rb_num_to_uint): Use rb_absint_size instead ofakr
2013-06-07* rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn
2013-06-06* numeric.c: remove unused ID id_to_r introduced in r41109.eregon
2013-06-06* numeric.c (num_quo): Use to_r method to convert the receiver tomrkn
2013-06-06* numeric.c (num_quo): should return a Float for a Float argument.mrkn
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-04-24* numeric.c: Fix wiki link on Float imprecision in overview, patchedzzak
2013-04-12* array.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-09* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr
2013-04-01* numeric.c (rb_num2ulong_internal): Don't cast a negative double valueakr
2013-04-01* numeric.c (rb_num2long): Don't use SIGNED_VALUE uselessly.akr
2013-04-01* numeric.c (check_uint): Take the 1st argument as unsigned long,akr
2013-03-31* numeric.c (rb_num2ulong_internal): New function similart toakr
2013-03-28* numeric.c (rb_num2ull): Cast double to unsigned LONG_LONG viaakr
2013-03-27* numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr
2013-03-06prefix global symbolsnobu
2013-03-05enumerator.c: allow Bignum for with_indexnobu
2013-03-05numeric.c: optimize for Bignumnobu
2013-02-23* array.c: Document #<=> return values and formattingzzak
2013-02-22random.c: fix error messagenobu
2013-02-22* numeric.c: Examples and formatting for Numeric and Floatzzak
2013-02-05* numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre
2013-02-05* numeric.c: Fix rdoc for Fixnum#**marcandre
2013-02-03* numeric.c: Document Float constants [ruby-core:51484] [Bug #7709]zzak