summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
2018-12-12complex.c: rb_complex_new_polarnobu
2018-11-16bignum.c: fix bug in big2dbl()shyouhei
2018-11-16bignum.c: avoid (size_t)--shyouhei
2018-11-16bignum.c: BDIGIT might or might not integer-promoteshyouhei
2018-11-16avoid division by zeroshyouhei
2018-11-16bignum.c: suppress unused variable warningnobu
2018-11-15* expand tabs.svn
2018-11-15suppress integer overflow warningsshyouhei
2018-11-15bignum.c: ee should be signedshyouhei
2018-11-13suppress integer overflow warningsshyouhei
2018-11-12~(unsigned char) is not unsigned charshyouhei
2018-11-04complex.c: rb_dbl_complex_polar_pinobu
2018-10-02Fix Rational of Floatnobu
2018-07-24UNREACHABLE_RETURNnobu
2018-06-17refine Integer#** and Float#**nobu
2018-06-14bignum.c: get rid of redefined methodnobu
2018-06-13bignum.c: call functions directlynobu
2018-06-13bignum.c: refine pownobu
2018-04-04bignum.c: Bignum#fdiv avoids double division when divisor is bignummame
2018-03-15Add `exception:` keyword in Kernel#Integer()mrkn
2018-02-24rb_int_powm: call rb_int_pow directlymrkn
2018-02-23[DOC] obsolete classesnobu
2018-02-20Signature of rb_uint2big and rb_int2bignobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-19INFINITY is float. That of double is HUGE_VAL.shyouhei
2018-01-15__builtin_assume_aligned for *(foo *) castsshyouhei
2018-01-15__alignof__ to take alignment of a typeshyouhei
2017-12-30numeric.c: Fix Integer#pow with a large Fixnum modulomrkn
2017-12-08bignum.c: [DOC] simplify commentstomar
2017-12-06`Integer#pow(b)` accepts numerickazu
2017-12-05bignum.c: unified int_pow_tmp2nobu
2017-12-04bignum.c: explicit castsnobu
2017-12-04bignum.c, numeric.c: add Integer#pow(b, m)mrkn
2017-11-02bignum.c: avoid use of uninitialized value in Integer.sqrtrhe
2017-10-18Get rid of shadowing local variablesnobu
2017-09-22numeric.c: use NUM2DBLnobu
2017-04-15bignum.c: fix inexact estimationnobu
2017-03-16bignum.c: [DOC] typos and grammarstomar
2017-03-16bignum.c: rb_int_parse_cstrnobu
2017-03-09revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei
2017-03-07Use ADD instead of MULnaruse
2017-03-06optimize FIXABLE macroshyouhei
2017-02-28Makefile.sub: ULL_TO_DOUBLEnobu
2017-02-25bignum.c: use predefined IDsnobu
2017-02-25bignum.c: improve estimatenobu
2017-02-25bignum.c (bary_zero_p): constifynobu
2017-02-24extract initial sqrt estimation [Feature #13219]nobu
2017-02-24Integer.sqrt [Feature #13219]nobu
2017-02-23bignum.c: NAIVE_MUL_DIGITSnobu
2017-01-07bignum.c: unnecessary checknobu