aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* Use free with ruby_dtoaJohn Hawthorn2023-12-071-1/+1
* [Bug #17037] Improve accuracy of division near precision limitsNobuyoshi Nakada2023-11-291-2/+8
* [DOC] Fix the argument name in the Numeric#step docKouhei Yanagita2023-10-151-6/+6
* [Bug #19926] Fix Range#size for ranges with a Rational endpointKouhei Yanagita2023-10-141-1/+1
* [DOC] Missing comment markersNobuyoshi Nakada2023-09-271-7/+7
* Rewrite Integer#times in Ruby (#8388)Takashi Kokubun2023-09-071-53/+0
* [DOC] Don't suppress autolinksBurdetteLamar2023-08-131-8/+8
* [DOC] Fixes for link fragments (#7981)Burdette Lamar2023-06-281-1/+1
* Unify error messages of rb_num2ulong and rb_num2ullPeter Zhu2023-05-291-10/+5
* [Feature #19474] Refactor NEWOBJ macrosMatt Valentine-House2023-04-061-1/+1
* Stop exporting symbols for MJITTakashi Kokubun2023-03-061-11/+11
* Remove (newly unneeded) remarks about aliasesBurdetteLamar2023-02-191-19/+0
* [Bug#19445] Fix keyword splat in enumeratorNobuyoshi Nakada2023-02-171-1/+1
* Avoid using a weird syntax for documentationTakashi Kokubun2023-01-301-1/+16
* [Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada2023-01-151-4/+17
* numeric.c: Fix round_half_even for specific values (#7023)Kenta Murata2022-12-261-10/+16
* Using UNDEF_P macroS-H-GAMELINKS2022-11-161-8/+8
* Use `roomof` macro for rounding up divisionsNobuyoshi Nakada2022-10-141-1/+1
* Improve performance of Integer#ceildivKouhei Yanagita2022-08-121-23/+0
* Remove Numeric#ceildivKouhei Yanagita2022-08-121-26/+0
* Add Numeric#ceildiv and Integer#ceildivKouhei Yanagita2022-08-121-0/+49
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-797/+797
* [DOC] Fix documentation of Numeric#div: Complex does not have #divKouhei Yanagita2022-06-031-1/+1
* [DIC] Fix typo in documentationKouhei Yanagita2022-05-271-3/+3
* Use correct capitalization of "NaN" in docsGrant Hutchins2022-04-131-1/+1
* [DOC] Use simple references to operator methodsNobuyoshi Nakada2022-03-261-16/+16
* [DOC] Fix formatting for What's Here in IO (#5719)Burdette Lamar2022-03-251-133/+133
* [DOC] Fix a typo in `Integer#chr` exampleKoichi ITO2022-02-131-1/+1
* [DOC] Simplify operator method referencesNobuyoshi Nakada2022-02-121-28/+26
* [DOC] Fix broken links to literals.rdocNobuyoshi Nakada2022-02-081-2/+2
* [DOC] Simplify links to global methodsNobuyoshi Nakada2022-02-081-2/+2
* [DOC] Use RDoc link style for links in the same class/modulePeter Zhu2022-02-071-11/+11
* [DOC] Use RDoc link style for links to other classes/modulesPeter Zhu2022-02-071-4/+4
* Shifting zero always results in zero [Bug #18517]Nobuyoshi Nakada2022-01-271-0/+2
* Negative RBOOL usageNobuyoshi Nakada2022-01-011-1/+1
* Make the internal predict `int_zero_p` return a boolNobuyoshi Nakada2022-01-011-6/+6
* Remove obsolete Fixnum and BignumNobuyoshi Nakada2021-12-281-4/+0
* [DOC] Integer.try_convert [ci skip]Nobuyoshi Nakada2021-12-081-0/+1
* Adding links to literals and Kernel (#5192)Burdette Lamar2021-12-031-3/+9
* Don't call + and < in Integer.times for !FIXNUMJeremy Evans2021-12-011-2/+2
* Enhanced RDoc for numeric.c (#5184)Burdette Lamar2021-11-271-2/+12
* Correct indentation error in numeric.c (#5178)Burdette Lamar2021-11-251-4/+4
* Whats here for float (#5170)Burdette Lamar2021-11-241-0/+57
* Enhanced RDoc for Float#floor (#5167)Burdette Lamar2021-11-241-138/+146
* Enhanced RDoc for Float#prev_float (#5162)Burdette Lamar2021-11-241-57/+34
* Enhanced RDoc for Float#next_float (#5160)Burdette Lamar2021-11-231-46/+54
* What's Here section for Integer (#5155)Burdette Lamar2021-11-221-4/+83
* Enhanced RDoc for Float (#5153)Burdette Lamar2021-11-221-42/+90
* Enhanced RDoc for Float (#5150)Burdette Lamar2021-11-201-25/+57
* Enhanced RDoc for Float (#5144)Burdette Lamar2021-11-191-19/+57