aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Rational of Floatnobu2018-10-021-4/+5
* * expand tabs.svn2018-09-291-1/+1
* rational.c: may be floatnobu2018-09-291-1/+7
* [DOC] Modify descriptions for ArithmeticSequencemrkn2018-09-121-1/+5
* Remove needless comment [ci skip]kazu2018-08-101-2/+0
* enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn2018-08-061-15/+52
* UNREACHABLE_RETURNnobu2018-07-241-1/+1
* refine Integer#** and Float#**nobu2018-06-171-2/+2
* refine Integer#**nobu2018-06-171-4/+8
* bignum.c: get rid of redefined methodnobu2018-06-141-0/+12
* Introduce endless range [Feature#12912]mame2018-04-191-3/+3
* Remove outdated example from Numeric documentationnobu2018-04-071-3/+4
* [DOC] obsolete classesnobu2018-02-231-0/+1
* Export some missing symbols for MJITk0kubun2018-02-081-1/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-3/+3
* Fix duplicated HAVE_NANkazu2018-01-271-2/+2
* add missing/nan.cshyouhei2018-01-201-11/+1
* INFINITY is float. That of double is HUGE_VAL.shyouhei2018-01-191-11/+23
* num_funcall_op_1_recursion marked as NORETURNshyouhei2018-01-181-0/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* Integer#{any|all|no}_bits: Fix coercion. Add specs [#12753]marcandre2017-12-171-0/+3
* numeric.c: [DOC] grammar fixesstomar2017-12-141-3/+3
* Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]naruse2017-12-121-0/+42
* numeric.c: rb_int_powm rdocnobu2017-12-061-1/+1
* bignum.c, numeric.c: add Integer#pow(b, m)mrkn2017-12-041-60/+18
* complex.c: no overflownobu2017-09-271-3/+3
* complex.c: no overflownobu2017-09-271-3/+3
* numeric.c: reduced repeated callsnobu2017-09-221-11/+11
* numeric.c: use NUM2DBLnobu2017-09-221-1/+1
* numeric.c: fix for small numbernobu2017-05-271-31/+53
* numeric.c: remove duplicate codenobu2017-05-261-6/+1
* vm_insnhelper.c: rb_eql_opt should call eql?nobu2017-05-251-2/+4
* make Integer#{round,floor,ceil,truncate} always return integerstomar2017-05-061-28/+12
* numeric.c: remove mention of Bignum from docsstomar2017-05-061-9/+8
* numeric.c: revise docsstomar2017-05-061-291/+257
* no longer rescue exceptions of #coerce in Integer#steperegon2017-04-251-14/+3
* no longer rescue exceptions in numeric comparison operationseregon2017-04-251-34/+4
* ruby.h: check argc to rb_funcallnobu2017-04-151-1/+1
* array.c: Improve performance of Array#sort with float elementsmrkn2017-04-131-0/+6
* numeric.c: improve docs for Floatstomar2017-04-091-0/+20
* improve docs for #truncate, #floor, and #ceil methodsstomar2017-04-031-78/+100
* improve docs for #round methodsstomar2017-04-031-58/+72
* numeric.c: improves Integer#round rdoc [ci skip]nobu2017-03-281-1/+10
* numeric.c: improves Float#round rdoc [ci skip]nobu2017-03-281-2/+9
* revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei2017-03-091-11/+21
* re-introduce __builtin_add_overflowshyouhei2017-03-081-4/+3
* optimize FIXABLE macroshyouhei2017-03-061-21/+12
* opt_eq_func refactornobu2017-03-061-2/+4
* [DOC] update doc.akr2017-03-021-2/+2
* Makefile.sub: ULL_TO_DOUBLEnobu2017-02-281-1/+7