aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DOC] update Integer#<< doc.akr2016-04-261-2/+2
* {Fixnum,Bignum}#<< is unified into Integer.akr2016-04-261-8/+20
* {Fixnum,Bignum}#>> is unified into Integer.akr2016-04-261-8/+20
* {Fixnum,Bignum}#size is unified into Integer.akr2016-04-261-4/+19
* {Fixnum,Bignum}#bit_length is unified into Integer.akr2016-04-261-7/+32
* * numeric.c (int_abs): Integer#{abs,magnitude} moved from Fixnum and Bignum.akr2016-04-261-13/+24
* numeric.c: numeric ndigitsnobu2016-04-181-12/+12
* numeric.c: flo_truncatenobu2016-04-181-10/+27
* numeric.c: int_truncatenobu2016-04-181-2/+63
* numeric.c: update doc [ci skip]nobu2016-04-181-1/+1
* numeric.c: flo_ceilnobu2016-04-131-7/+39
* numeric.c: flo_floornobu2016-04-131-6/+40