aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.rb
Commit message (Expand)AuthorAgeFilesLines
* Add examples for Integer.try_convert [ci skip]Matheus Richard2021-12-151-0/+3
* Fix typo on Integer.try_convert [ci skip]Matheus Richard2021-12-151-1/+1
* [DOC] Integer.try_convert [ci skip]Nobuyoshi Nakada2021-12-081-0/+19
* Enhanced RDoc for Integer (#5118)Burdette Lamar2021-11-151-0/+1
* Replace RBOOL macroS-H-GAMELINKS2021-09-051-3/+3
* [DOC] Move rdoc of Integer#abs to numeric.rb [ci skip]Nobuyoshi Nakada2021-08-301-0/+14
* Improve perfomance for Integer#size method [Feature #17135] (#3476)S.H2021-06-041-0/+20
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2021-03-041-2/+2
* Improve performance some Numeric methods [Feature #17632] (#4190)S.H2021-02-191-0/+46
* Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)S.H2021-02-081-0/+22
* Fix JIT link failuresTakashi Kokubun2021-01-181-1/+1
* Improve performance some Float methods [Feature #17498] (#4018)S.H2021-01-011-0/+207