summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2018-11-12Export rb_flo_div_flo for MJITnobu
2018-11-12numeric.c: fix typoshyouhei
2018-11-12vm_insnhelper.c: avoid division by zeroshyouhei
2018-11-09numeric.c: avoid division by zeroshyouhei
2018-11-04complex.c: rb_dbl_complex_polar_pinobu
2018-10-20complex.c: small optimization of Complex#**nobu
2018-10-02Fix Rational of Floatnobu
2018-09-29* expand tabs.svn
2018-09-29rational.c: may be floatnobu
2018-09-12[DOC] Modify descriptions for ArithmeticSequencemrkn
2018-08-10Remove needless comment [ci skip]kazu
2018-08-06enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn
2018-07-24UNREACHABLE_RETURNnobu
2018-06-17refine Integer#** and Float#**nobu
2018-06-17refine Integer#**nobu
2018-06-14bignum.c: get rid of redefined methodnobu
2018-04-19Introduce endless range [Feature#12912]mame
2018-04-07Remove outdated example from Numeric documentationnobu
2018-02-23[DOC] obsolete classesnobu
2018-02-08Export some missing symbols for MJITk0kubun
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-27Fix duplicated HAVE_NANkazu
2018-01-20add missing/nan.cshyouhei
2018-01-19INFINITY is float. That of double is HUGE_VAL.shyouhei
2018-01-18num_funcall_op_1_recursion marked as NORETURNshyouhei
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-17Integer#{any|all|no}_bits: Fix coercion. Add specs [#12753]marcandre
2017-12-14numeric.c: [DOC] grammar fixesstomar
2017-12-12Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]naruse
2017-12-06numeric.c: rb_int_powm rdocnobu
2017-12-04bignum.c, numeric.c: add Integer#pow(b, m)mrkn
2017-09-27complex.c: no overflownobu
2017-09-27complex.c: no overflownobu
2017-09-22numeric.c: reduced repeated callsnobu
2017-09-22numeric.c: use NUM2DBLnobu
2017-05-27numeric.c: fix for small numbernobu
2017-05-26numeric.c: remove duplicate codenobu
2017-05-25vm_insnhelper.c: rb_eql_opt should call eql?nobu
2017-05-06make Integer#{round,floor,ceil,truncate} always return integerstomar
2017-05-06numeric.c: remove mention of Bignum from docsstomar
2017-05-06numeric.c: revise docsstomar
2017-04-25no longer rescue exceptions of #coerce in Integer#steperegon
2017-04-25no longer rescue exceptions in numeric comparison operationseregon
2017-04-15ruby.h: check argc to rb_funcallnobu
2017-04-13array.c: Improve performance of Array#sort with float elementsmrkn
2017-04-09numeric.c: improve docs for Floatstomar
2017-04-03improve docs for #truncate, #floor, and #ceil methodsstomar
2017-04-03improve docs for #round methodsstomar
2017-03-28numeric.c: improves Integer#round rdoc [ci skip]nobu
2017-03-28numeric.c: improves Float#round rdoc [ci skip]nobu