summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2016-11-10numeric.c, internal.h: export int_fdiv() as rb_int_fdiv()mrkn
2016-11-07 Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.ko1
2016-11-05numeric.c: raise TypeError at wrong argumentnobu
2016-11-05* numeric.c (rb_int_round): cast to SIGNED_VALUE to suppressshugo
2016-11-05numeric.c: round to nearest evennobu
2016-11-04numeric.c (rb_int_digits): Fix exception messagemrkn
2016-11-01numeric.c: bit op with non-integernobu
2016-11-01numeric.c: use rb_num_coerce_bitnobu
2016-11-01numeric.c: fix return value on big 0nobu
2016-11-01numeric.c: adjust indent [ci skip]nobu
2016-11-01numeric.c: fix typos [ci skip]nobu
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-10-22numeric.c: fix up r55891nobu
2016-10-04* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa
2016-10-02numeric.c: adjust typenobu
2016-10-01* numeric.c (rb_fix2str): detect unnormalized Fixnum value.usa
2016-09-24fid typos [ci skip]nobu
2016-09-19deprecate Fixnum and Bignumnobu
2016-08-15numeric.c: round_to_nearestnobu
2016-08-13numeric.c: infinite recursionnobu
2016-07-17numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn
2016-07-12complex.c: rb_complex prefixnobu
2016-07-08numeric.c: round as doublenobu
2016-07-07numeric.c: round nearly middle valuenobu
2016-06-14numeric.c: fix doc of Integer#digits [ci skip]nobu
2016-06-13numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]mrkn
2016-06-13Integer unification macronobu
2016-05-23missing.h: isfinitenobu
2016-05-18ruby.h: RB_INTEGER_TYPE_Pnobu
2016-05-17Optimize enum_sum for a range from int to intmrkn
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-05-12drop FreeBSD < 4 supportnobu
2016-05-08* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse
2016-05-04numeric.c: Remove prototype declarations to internal.hyui-knk
2016-05-03Update result of 123456789 ** -2kazu
2016-05-02Update rdoc of Integer#modulo [ci skip]kazu
2016-05-01[DOC] merge documents for {Integer,Fixnum}#succ.akr
2016-04-30[DOC]akr
2016-04-30Gather Fixnum method definitions.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