summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2025-04-07Fix `Integer.sqrt` to never exceed actual valueYusuke Endoh
2025-02-27[DOC] Fix indentationNobuyoshi Nakada
2025-01-02[DOC] Exclude 'Class' and 'Module' from RDoc's autolinkingNobuyoshi Nakada
2025-01-02[DOC] Exclude 'Method' from RDoc's autolinkingNobuyoshi Nakada
2024-12-17[DOC] Fix example in Numeric#to_intBurdetteLamar
2024-12-02Correct order of listed methodsBurdetteLamar
2024-10-22Rewrite Numeric#dup and Numeric#+@ in Ruby (#11933)Takashi Kokubun
2024-10-07[DOC] Move each `Float#to_s` example item by itemNobuyoshi Nakada
2024-09-10[DOC] Fix linksBurdetteLamar
2024-07-30Fix ceil when ndigits is largePeter Zhu
2024-07-30Fix floor when ndigits is largePeter Zhu
2024-07-29Revert moving things to RubyAaron Patterson
2024-07-26Doc for some #ceil and #floorBurdetteLamar
2024-07-26Doc for some #ceil and #floorBurdetteLamar
2024-07-09[DOC] Doc for Float#ceil (#11125)Burdette Lamar
2024-07-09[DOC] Use backticks instead of HTML tagsPeter Zhu
2024-07-09[DOC] Fix granularity calculationPeter Zhu
2024-07-08Doc fixesBurdetteLamar
2024-07-03[DOC] Doc for Integer#floor (#11077)Burdette Lamar
2024-07-03move Integer#downto to RubyAaron Patterson
2024-06-29Doc for Integer#ceilBurdetteLamar
2024-04-26[DOC] Enhance `Numeric#nonzero?` docArtur
2024-04-08Reducing the number of divisions in `rb_fix_digits`Reznov
2024-03-27Register rb_fix_to_s_static as global right after creatingPeter Zhu
2024-03-18Faster Integer.sqrt for large bignumtompng
2024-03-06Refactor VM root modulesJean Boussier
2024-02-17Use `defined?(yield)` and `SIZED_ENUMERATOR`Nobuyoshi Nakada
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-02-12Replace assert with RUBY_ASSERT in numeric.cPeter Zhu
2024-01-06Tweak to Integer What's HereBurdetteLamar
2024-01-06Tweak to Float What's HereBurdetteLamar
2024-01-06Tweak to Float What's HereBurdetteLamar
2024-01-06[DOC] Fix indentation in Numeric#stepPeter Zhu
2024-01-06[DOC] Fix typo in call-seq for Float#roundPeter Zhu
2024-01-01[DOC] Fix alignment of values for Integer#divPeter Zhu
2024-01-01[DOC] Fix indentation for Integer#divPeter Zhu
2023-12-29[DOC] Fix indentation for Numeric#stepPeter Zhu
2023-12-26[DOC] Fix documentation for Numeric#eql?Peter Zhu
2023-12-07Use free with ruby_dtoaJohn Hawthorn
2023-11-29[Bug #17037] Improve accuracy of division near precision limitsNobuyoshi Nakada
2023-10-15[DOC] Fix the argument name in the Numeric#step docKouhei Yanagita
2023-10-14[Bug #19926] Fix Range#size for ranges with a Rational endpointKouhei Yanagita
2023-09-27[DOC] Missing comment markersNobuyoshi Nakada
2023-09-07Rewrite Integer#times in Ruby (#8388)Takashi Kokubun
2023-08-13[DOC] Don't suppress autolinksBurdetteLamar
2023-06-28[DOC] Fixes for link fragments (#7981)Burdette Lamar
2023-05-29Unify error messages of rb_num2ulong and rb_num2ullPeter Zhu
2023-04-06[Feature #19474] Refactor NEWOBJ macrosMatt Valentine-House
2023-03-06Stop exporting symbols for MJITTakashi Kokubun
2023-02-19Remove (newly unneeded) remarks about aliasesBurdetteLamar
close