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
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
2 days
[Bug #17037] Improve accuracy of division near precision limits
Nobuyoshi Nakada
2023-10-15
[DOC] Fix the argument name in the Numeric#step doc
Kouhei Yanagita
2023-10-14
[Bug #19926] Fix Range#size for ranges with a Rational endpoint
Kouhei Yanagita
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-09-07
Rewrite Integer#times in Ruby (#8388)
Takashi Kokubun
2023-08-13
[DOC] Don't suppress autolinks
BurdetteLamar
2023-06-28
[DOC] Fixes for link fragments (#7981)
Burdette Lamar
2023-05-29
Unify error messages of rb_num2ulong and rb_num2ull
Peter Zhu
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-17
[Bug#19445] Fix keyword splat in enumerator
Nobuyoshi Nakada
2023-01-30
Avoid using a weird syntax for documentation
Takashi Kokubun
2023-01-15
[Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)
Nobuyoshi Nakada
2022-12-26
numeric.c: Fix round_half_even for specific values (#7023)
Kenta Murata
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-14
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
2022-08-12
Improve performance of Integer#ceildiv
Kouhei Yanagita
2022-08-12
Remove Numeric#ceildiv
Kouhei Yanagita
2022-08-12
Add Numeric#ceildiv and Integer#ceildiv
Kouhei Yanagita
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-03
[DOC] Fix documentation of Numeric#div: Complex does not have #div
Kouhei Yanagita
2022-05-27
[DIC] Fix typo in documentation
Kouhei Yanagita
2022-04-13
Use correct capitalization of "NaN" in docs
Grant Hutchins
2022-03-26
[DOC] Use simple references to operator methods
Nobuyoshi Nakada
2022-03-25
[DOC] Fix formatting for What's Here in IO (#5719)
Burdette Lamar
2022-02-13
[DOC] Fix a typo in `Integer#chr` example
Koichi ITO
2022-02-12
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-08
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2022-02-07
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-01-27
Shifting zero always results in zero [Bug #18517]
Nobuyoshi Nakada
2022-01-01
Negative RBOOL usage
Nobuyoshi Nakada
2022-01-01
Make the internal predict `int_zero_p` return a bool
Nobuyoshi Nakada
2021-12-28
Remove obsolete Fixnum and Bignum
Nobuyoshi Nakada
2021-12-08
[DOC] Integer.try_convert [ci skip]
Nobuyoshi Nakada
2021-12-03
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-12-01
Don't call + and < in Integer.times for !FIXNUM
Jeremy Evans
2021-11-27
Enhanced RDoc for numeric.c (#5184)
Burdette Lamar
2021-11-25
Correct indentation error in numeric.c (#5178)
Burdette Lamar
2021-11-24
Whats here for float (#5170)
Burdette Lamar
2021-11-24
Enhanced RDoc for Float#floor (#5167)
Burdette Lamar
2021-11-24
Enhanced RDoc for Float#prev_float (#5162)
Burdette Lamar
2021-11-23
Enhanced RDoc for Float#next_float (#5160)
Burdette Lamar
2021-11-22
What's Here section for Integer (#5155)
Burdette Lamar
2021-11-22
Enhanced RDoc for Float (#5153)
Burdette Lamar
2021-11-20
Enhanced RDoc for Float (#5150)
Burdette Lamar
2021-11-19
Enhanced RDoc for Float (#5144)
Burdette Lamar
2021-11-18
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
[next]