summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2021-12-03Adding links to literals and Kernel (#5192)Burdette Lamar
2021-12-01Don't call + and < in Integer.times for !FIXNUMJeremy Evans
2021-11-27Enhanced RDoc for numeric.c (#5184)Burdette Lamar
2021-11-25Correct indentation error in numeric.c (#5178)Burdette Lamar
2021-11-24Whats here for float (#5170)Burdette Lamar
2021-11-24Enhanced RDoc for Float#floor (#5167)Burdette Lamar
2021-11-24Enhanced RDoc for Float#prev_float (#5162)Burdette Lamar
2021-11-23Enhanced RDoc for Float#next_float (#5160)Burdette Lamar
2021-11-22What's Here section for Integer (#5155)Burdette Lamar
2021-11-22Enhanced RDoc for Float (#5153)Burdette Lamar
2021-11-20Enhanced RDoc for Float (#5150)Burdette Lamar
2021-11-19Enhanced RDoc for Float (#5144)Burdette Lamar
2021-11-18Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans
2021-11-18Enhanced RDoc for Integer (#5139)Burdette Lamar
2021-11-17Enhanced RDoc for Integer (#5138)Burdette Lamar
2021-11-17Enhanced RDoc for Integer (#5134)Burdette Lamar
2021-11-16Enhanced RDoc for Integer (#5120)Burdette Lamar
2021-11-15Enhanced RDoc for Integer (#5118)Burdette Lamar
2021-11-15Revert "Enhanced RDoc for Integer (#5099)"Yusuke Endoh
2021-11-13Enhanced RDoc for Integer (#5099)Burdette Lamar
2021-11-08Get rid of implicit expansion to `long double` on ix86Nobuyoshi Nakada
2021-10-28Enhanced RDoc for Numeric (#4994)Burdette Lamar
2021-10-27Embed bare `double` if `sizeof(double) == sizeof(VALUE)`Nobuyoshi Nakada
2021-10-27Align `RFloat` at VALUE boundaryNobuyoshi Nakada
2021-10-26Fix unaligned access to `double` in RFloatNobuyoshi Nakada
2021-10-19Enhanced RDoc for Numeric (#4991)Burdette Lamar
2021-10-18Enhanced RDoc for numerics (#4982)Burdette Lamar
2021-10-15Enhanced RDoc for remainder (#4975)Burdette Lamar
2021-10-15Enhanced RDoc for divmod (#4973)Burdette Lamar
2021-10-15Enhanced RDoc for numeric.c (#4964)Burdette Lamar
2021-10-12Enhanced RDoc for Numeric#% (#4954)Burdette Lamar
2021-10-10Add flo_ndigits functionS-H-GAMELINKS
2021-09-15Refactor and Using RBOOL macroS.H
2021-09-12Using RB_FLOAT_TYPE_P macroS-H-GAMELINKS
2021-09-12Replace RB_TYPE_P macro to FIXNUM_P and RB_INTEGER_TYPE_P macroS-H-GAMELINKS
2021-09-11Using NIL_P macro instead of RB_TYPE_P macroS-H-GAMELINKS
2021-09-11Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS
2021-08-30[DOC] Move rdoc of Integer#abs to numeric.rb [ci skip]Nobuyoshi Nakada
2021-08-27Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada
2021-08-18rb_fix2uint should use FIXNUM_NEGATIVE_PJohn Hawthorn
2021-08-06Use Rational for Float#round with ndigits > 14Jeremy Evans
2021-08-02Using RBOOL macroS.H
2021-07-29Improve performance of Integer#digitsJeremy Evans
2021-07-27Make Float#floor with ndigits argument handle errorJeremy Evans
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
2021-06-21What's Here for Numeric and ComparableBurdette Lamar
2021-06-04Improve perfomance for Integer#size method [Feature #17135] (#3476)S.H
2021-05-29Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans
2021-05-23Refactor num_zero_p function (#4522)S.H
2021-03-12Fix integer/float remainder with infinity argument of opposite signJeremy Evans