summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2014-03-17* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko1
2014-03-14[DOC] add links to `Object#hash`nobu
2014-03-02* numeric.c: Mention that Float::DIG is the minimum numbermarcandre
2014-02-28numeric.c: predefined constantsnobu
2014-02-28numeric.c: float overflownobu
2014-02-28numeric.c: integer overflownobu
2014-02-28* numeric.c: Fix rdoc for stepmarcandre
2014-02-28* numeric.c: Fix Numeric#step with 0 unit [#9575]marcandre
2014-02-28* numeric.c: Simplify by getting rid of macromarcandre
2014-02-28* numeric.c: Create var for rb_intern("<=>")marcandre
2014-02-28* numeric.c: Simplify [ruby-core:61106] [Bug #9570]marcandre
2014-02-27numeric.c: check signs before divisionnobu
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-11[DOC]akr
2014-01-31* numeric.c: [DOC] Fix typo in example for #step [ci skip]zzak
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