summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2019-06-01Make opt_aref instruction support Integer#[]Yusuke Endoh
2019-05-04Update broken URL in Float documentation.Hiroshi SHIBATA
2019-04-28* expand tabs.git
2019-04-28numeric.c: Extend Integer#[] to support range argumentsYusuke Endoh
2019-03-11numeric.c: fix infinite loopnobu
2019-01-30enumerator.c: fix arith_seq_first for Infinitymrkn
2019-01-24* expand tabs.svn
2019-01-24numeric.c: Fix negative step with float componentsmrkn
2019-01-09complex.c: optimize zero check for Floatmrkn
2019-01-03complex.c: Optimize Complex#* and Complex#**mrkn
2019-01-01complex.c: Optimize Complex#+ for some conditionsmrkn
2018-12-12complex.c: rb_complex_new_polarnobu
2018-11-16Make some internal functions staticnobu
2018-11-16numeric.c: avoid division by zeroshyouhei
2018-11-16avoid division by zeroshyouhei
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