aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* numeric.c: round_to_nearestnobu2016-08-151-7/+26
* numeric.c: infinite recursionnobu2016-08-131-21/+77
* numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn2016-07-171-0/+30
* complex.c: rb_complex prefixnobu2016-07-121-2/+2
* numeric.c: round as doublenobu2016-07-081-2/+2
* numeric.c: round nearly middle valuenobu2016-07-071-2/+9
* numeric.c: fix doc of Integer#digits [ci skip]nobu2016-06-141-2/+2
* numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]mrkn2016-06-131-0/+107
* Integer unification macronobu2016-06-131-0/+4
* missing.h: isfinitenobu2016-05-231-8/+0
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-181-3/+2
* Optimize enum_sum for a range from int to intmrkn2016-05-171-3/+3
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-8/+8
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-23/+3
* drop FreeBSD < 4 supportnobu2016-05-121-8/+1
* * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse2016-05-081-1/+2
* numeric.c: Remove prototype declarations to internal.hyui-knk2016-05-041-2/+0
* Update result of 123456789 ** -2kazu2016-05-031-1/+1
* Update rdoc of Integer#modulo [ci skip]kazu2016-05-021-3/+4
* [DOC] merge documents for {Integer,Fixnum}#succ.akr2016-05-011-11/+6
* [DOC]akr2016-04-301-1/+1
* Gather Fixnum method definitions.akr2016-04-301-14/+16
* Define Integer#/ instead of Bignum#/.akr2016-04-301-1/+15
* Define Integer#+ instead of Bignum#+.akr2016-04-301-1/+3
* Define Integer#- instead of Bignum#-.akr2016-04-301-1/+3
* Define Integer#* instead of Bignum#*.akr2016-04-301-1/+3
* Define Integer#% instead of Bignum#%.akr2016-04-301-0/+1
* Define Integer#== instead of Bignum#==.akr2016-04-301-2/+18
* Define Integer#> instead of Bignum#>.akr2016-04-301-2/+16
* Define Integer#>= instead of Bignum#>=.akr2016-04-301-2/+16
* Define Integer#< instead of Bignum#<.akr2016-04-301-2/+16
* Define Integer#<= instead of Bignum#<=.akr2016-04-301-2/+17
* Define Integer#-@ instead of Fixnum#-@.akr2016-04-301-1/+1
* Define Integer#remainder instead of Bignum#remainder.akr2016-04-301-0/+35
* {Fixnum,Bignum}#-@ is unified into Integer.akr2016-04-301-4/+5
* {Fixnum,Bignum}#div is unified into Integer.akr2016-04-301-4/+4
* {Fixnum,Bignum}#modulo is unified into Integer.akr2016-04-301-2/+2
* {Fixnum,Bignum}#divmod is unified into Integer.akr2016-04-301-4/+16
* move Fixnum#/ document position.akr2016-04-301-9/+9
* {Fixnum,Bignum}#fdiv is unified into Integer.akr2016-04-301-3/+18
* {Fixnum,Bignum}#** is unified into Integer.akr2016-04-301-4/+22
* Rename fix_rev and rb_big_neg to fix_comp and rb_big_comp.akr2016-04-301-3/+3
* {Fixnum,Bignum}#~ is unified into Integer.akr2016-04-301-3/+23
* {Fixnum,Bignum}#& is unified into Integer.akr2016-04-301-3/+15
* {Fixnum,Bignum}#| is unified into Integer.akr2016-04-301-3/+15
* {Fixnum,Bignum}#^ is unified into Integer.akr2016-04-271-3/+15
* [Doc] Add Document-method: directives.akr2016-04-271-0/+24
* Update rdoc of Integer#[] (fix -> int)kazu2016-04-271-2/+2
* [DOC] move rdoc comments.akr2016-04-271-137/+151
* {Fixnum,Bignum}#[] is unified into Integer.akr2016-04-271-15/+33