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
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
2018-04-07
Remove outdated example from Numeric documentation
nobu
2018-02-23
[DOC] obsolete classes
nobu
2018-02-08
Export some missing symbols for MJIT
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-27
Fix duplicated HAVE_NAN
kazu
2018-01-20
add missing/nan.c
shyouhei
2018-01-19
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-18
num_funcall_op_1_recursion marked as NORETURN
shyouhei
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-12-17
Integer#{any|all|no}_bits: Fix coercion. Add specs [#12753]
marcandre
2017-12-14
numeric.c: [DOC] grammar fixes
stomar
2017-12-12
Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]
naruse
2017-12-06
numeric.c: rb_int_powm rdoc
nobu
2017-12-04
bignum.c, numeric.c: add Integer#pow(b, m)
mrkn
2017-09-27
complex.c: no overflow
nobu
2017-09-27
complex.c: no overflow
nobu
2017-09-22
numeric.c: reduced repeated calls
nobu
2017-09-22
numeric.c: use NUM2DBL
nobu
2017-05-27
numeric.c: fix for small number
nobu
2017-05-26
numeric.c: remove duplicate code
nobu
2017-05-25
vm_insnhelper.c: rb_eql_opt should call eql?
nobu
2017-05-06
make Integer#{round,floor,ceil,truncate} always return integer
stomar
2017-05-06
numeric.c: remove mention of Bignum from docs
stomar
2017-05-06
numeric.c: revise docs
stomar
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
[next]