summaryrefslogtreecommitdiff
path: root/numeric.rb
AgeCommit message (Expand)Author
2023-03-11Rename builtin attr :inline to :leafTakashi Kokubun
2023-03-10Change the syntax of Primitive.attr! to Symbol (#7501)Takashi Kokubun
2023-02-19Remove (newly unneeded) remarks about aliasesBurdetteLamar
2023-01-30Avoid using a weird syntax for documentationTakashi Kokubun
2023-01-30Avoid leaving an uneeded commentTakashi Kokubun
2023-01-22Fix Integer#ceildiv to respect #coerce (#7118)Kouhei Yanagita
2022-10-27Improve performance some `Integer` and `Float` methods [Feature #19085] (#6638)S.H
2022-08-12Improve performance of Integer#ceildivKouhei Yanagita
2021-12-15Add examples for Integer.try_convert [ci skip]Matheus Richard
2021-12-15Fix typo on Integer.try_convert [ci skip]Matheus Richard
2021-12-08[DOC] Integer.try_convert [ci skip]Nobuyoshi Nakada
2021-11-15Enhanced RDoc for Integer (#5118)Burdette Lamar
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-08-30[DOC] Move rdoc of Integer#abs to numeric.rb [ci skip]Nobuyoshi Nakada
2021-06-04Improve perfomance for Integer#size method [Feature #17135] (#3476)S.H
2021-03-04Strip trailing spaces [ci skip]Nobuyoshi Nakada
2021-02-19Improve performance some Numeric methods [Feature #17632] (#4190)S.H
2021-02-08Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)S.H
2021-01-18Fix JIT link failuresTakashi Kokubun
2021-01-01Improve performance some Float methods [Feature #17498] (#4018)S.H