index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numeric.c
Age
Commit message (
Expand
)
Author
2017-04-25
no longer rescue exceptions of #coerce in Integer#step
eregon
2017-04-25
no longer rescue exceptions in numeric comparison operations
eregon
2017-04-15
ruby.h: check argc to rb_funcall
nobu
2017-04-13
array.c: Improve performance of Array#sort with float elements
mrkn
2017-04-09
numeric.c: improve docs for Float
stomar
2017-04-03
improve docs for #truncate, #floor, and #ceil methods
stomar
2017-04-03
improve docs for #round methods
stomar
2017-03-28
numeric.c: improves Integer#round rdoc [ci skip]
nobu
2017-03-28
numeric.c: improves Float#round rdoc [ci skip]
nobu
2017-03-09
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-08
re-introduce __builtin_add_overflow
shyouhei
2017-03-06
optimize FIXABLE macro
shyouhei
2017-03-06
opt_eq_func refactor
nobu
2017-03-02
[DOC] update doc.
akr
2017-02-28
Makefile.sub: ULL_TO_DOUBLE
nobu
2017-02-28
numeric.c: suppress warning
nobu
2017-02-26
Add rdoc for Integer.sqrt
stomar
2017-02-24
Integer.sqrt argument check
nobu
2017-02-24
Integer.sqrt [Feature #13219]
nobu
2017-02-22
rational.c: infinity in power
nobu
2017-02-22
numeric.c: Numeric#clone and #dup
nobu
2017-02-02
Use carry flag to reduce instructions
naruse
2017-01-10
numeric.c: short circuit optimization
nobu
2017-01-05
numeric.c: short circuit
nobu
2016-12-28
numeric.c: reduce fdiv
nobu
2016-12-21
numeric.c: remove not used lines
yui-knk
2016-12-21
[DOC] itemize values for half option of Float#round.
akr
2016-12-21
numeric.c: rdoc of half option [ci skip]
nobu
2016-12-21
numeric.c: allow nil as rounding mode option
nobu
2016-12-12
get rid of a test failure with VC10.
usa
2016-12-06
numeric.c: fix exception message for nil rounding
mrkn
2016-12-06
remove unnecessary variable
nobu
2016-11-25
round-down
nobu
2016-11-22
complex.c: optimize f_gt_p some cases
mrkn
2016-11-21
numeric.c: refine error message
nobu
2016-11-18
complex.c: optimize f_negate
mrkn
2016-11-18
internal.h: round macros
nobu
2016-11-17
numeric.c: get rid of a compile error on mingw64
usa
2016-11-16
complex.c: optimize Numeric#polar and Numeric#arg
mrkn
2016-11-13
numeric.c: limit return value
nobu
2016-11-12
rational.c: optimize Integer#lcm
mrkn
2016-11-12
rational.c: optimize Float#to_r
mrkn
2016-11-12
rational.c: optimize Rational#{floor,ceil,round,truncate}
mrkn
2016-11-12
rational.c: purge f_cmp
mrkn
2016-11-12
rational.c: optimize Rational#==
mrkn
2016-11-12
rational.c: optimize Rational#<=>
mrkn
2016-11-11
rational.c: optimize Rational#**
mrkn
2016-11-11
rational.c: avoid needless object allocation with nurat_to_double
mrkn
2016-11-11
numeric.c, rational.c: refactor by using FIXNUM_NEGATIVE_P and FIXNUM_ZERO_P
mrkn
2016-11-10
numeric.c, internal.h: export int_fdiv() as rb_int_fdiv()
mrkn
[next]