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
2024-04-26
[DOC] Enhance `Numeric#nonzero?` doc
Artur
2024-04-08
Reducing the number of divisions in `rb_fix_digits`
Reznov
2024-03-27
Register rb_fix_to_s_static as global right after creating
Peter Zhu
2024-03-18
Faster Integer.sqrt for large bignum
tompng
2024-03-06
Refactor VM root modules
Jean Boussier
2024-02-17
Use `defined?(yield)` and `SIZED_ENUMERATOR`
Nobuyoshi Nakada
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-12
Replace assert with RUBY_ASSERT in numeric.c
Peter Zhu
2024-01-06
Tweak to Integer What's Here
BurdetteLamar
2024-01-06
Tweak to Float What's Here
BurdetteLamar
2024-01-06
Tweak to Float What's Here
BurdetteLamar
2024-01-06
[DOC] Fix indentation in Numeric#step
Peter Zhu
2024-01-06
[DOC] Fix typo in call-seq for Float#round
Peter Zhu
2024-01-01
[DOC] Fix alignment of values for Integer#div
Peter Zhu
2024-01-01
[DOC] Fix indentation for Integer#div
Peter Zhu
2023-12-29
[DOC] Fix indentation for Numeric#step
Peter Zhu
2023-12-26
[DOC] Fix documentation for Numeric#eql?
Peter Zhu
2023-12-07
Use free with ruby_dtoa
John Hawthorn
2023-11-29
[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
[next]