summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
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
2017-01-05bignum.c: fix rb_cstr_parse_inum endpnobu
2016-12-25bignum.c: precise fdivnobu
2016-12-25bignum.c (DBL_BIGDIG): make enumnobu
2016-11-19ruby.h: rb_big_signnobu
2016-11-11rational.c: avoid needless object allocation with nurat_to_doublemrkn
2016-11-01bignum.c: use RB_INTEGER_TYPE_Pnobu
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-10-04* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa
2016-09-19deprecate Fixnum and Bignumnobu
2016-06-28* bignum.c (rb_big2ulong): the old logic seems to try to avoidnaruse
2016-06-13Integer unification macronobu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-04-30[DOC]akr
2016-04-30Define Integer#/ instead of Bignum#/.akr
2016-04-30Define Integer#+ instead of Bignum#+.akr
2016-04-30Define Integer#- instead of Bignum#-.akr
2016-04-30Define Integer#* instead of Bignum#*.akr
2016-04-30Define Integer#% instead of Bignum#%.akr
2016-04-30Define Integer#== instead of Bignum#==.akr
2016-04-30Define Integer#> instead of Bignum#>.akr
2016-04-30Define Integer#>= instead of Bignum#>=.akr
2016-04-30Define Integer#< instead of Bignum#<.akr
2016-04-30Define Integer#<= instead of Bignum#<=.akr
2016-04-30Define Integer#GMP_VERSION.akr
2016-04-30Define Integer#remainder instead of Bignum#remainder.akr
2016-04-30{Fixnum,Bignum}#-@ is unified into Integer.akr
2016-04-30{Fixnum,Bignum}#div is unified into Integer.akr
2016-04-30{Fixnum,Bignum}#modulo is unified into Integer.akr
2016-04-30{Fixnum,Bignum}#divmod is unified into Integer.akr
2016-04-30{Fixnum,Bignum}#fdiv is unified into Integer.akr
2016-04-30{Fixnum,Bignum}#** is unified into Integer.akr
2016-04-30Rename fix_rev and rb_big_neg to fix_comp and rb_big_comp.akr
2016-04-30{Fixnum,Bignum}#~ is unified into Integer.akr
2016-04-30{Fixnum,Bignum}#& is unified into Integer.akr
2016-04-30{Fixnum,Bignum}#| is unified into Integer.akr