summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Double.cs
AgeCommit message (Expand)AuthorFilesLines
2019-08-07[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...Tanner Gooding1-0/+34
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-03-28Nullable: System.Double, System.Single (#23503)Santiago Fernandez Madero1-27/+28
2018-11-07Fixing up the Double/Single parsing code to be correct (#20707)Tanner Gooding1-22/+1
2018-10-29Some cleanup of the System.Number class (#20619)Tanner Gooding1-1/+1
2018-09-20Moving GetExponent/Mantissa and make BigInteger used fixed-sized bufferTanner Gooding1-16/+0
2018-09-20Porting the Dragon4 algorithm to managed code.Tanner Gooding1-0/+16
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes f...Santiago Fernandez Madero1-0/+1
2018-08-29Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero1-1/+0
2018-07-20Fixed missing readonly attribute (#19052)Phil Garcia1-1/+1
2018-07-11Optimize Double/Single.IsNegativeJan Kotas1-2/+1
2018-06-26Applying PR feedbackPhil Garcia1-1/+1
2018-06-25Changed internal value to readonly to all the primitive typesPhil Garcia1-2/+2
2018-06-24Simply type names in Corelib (#18623)Stephen Toub1-26/+26
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+453