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
2025-04-07
Fix `Integer.sqrt` to never exceed actual value
Yusuke Endoh
2025-02-27
[DOC] Fix indentation
Nobuyoshi Nakada
2025-01-02
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
Nobuyoshi Nakada
2025-01-02
[DOC] Exclude 'Method' from RDoc's autolinking
Nobuyoshi Nakada
2024-12-17
[DOC] Fix example in Numeric#to_int
BurdetteLamar
2024-12-02
Correct order of listed methods
BurdetteLamar
2024-10-22
Rewrite Numeric#dup and Numeric#+@ in Ruby (#11933)
Takashi Kokubun
2024-10-07
[DOC] Move each `Float#to_s` example item by item
Nobuyoshi Nakada
2024-09-10
[DOC] Fix links
BurdetteLamar
2024-07-30
Fix ceil when ndigits is large
Peter Zhu
2024-07-30
Fix floor when ndigits is large
Peter Zhu
2024-07-29
Revert moving things to Ruby
Aaron Patterson
2024-07-26
Doc for some #ceil and #floor
BurdetteLamar
2024-07-26
Doc for some #ceil and #floor
BurdetteLamar
2024-07-09
[DOC] Doc for Float#ceil (#11125)
Burdette Lamar
2024-07-09
[DOC] Use backticks instead of HTML tags
Peter Zhu
2024-07-09
[DOC] Fix granularity calculation
Peter Zhu
2024-07-08
Doc fixes
BurdetteLamar
2024-07-03
[DOC] Doc for Integer#floor (#11077)
Burdette Lamar
2024-07-03
move Integer#downto to Ruby
Aaron Patterson
2024-06-29
Doc for Integer#ceil
BurdetteLamar
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
[next]