summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Number.DiyFp.cs
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-03-27nullable: number (#23454)Krzysztof Wicher1-0/+1
2019-02-26Make BitOperations public (CoreCLR) (#22864)Grant1-1/+2
2019-02-13Perf: Consolidate implementation of LeadingZeroCount (#22497)Grant1-1/+1
2019-02-01Update the double/float formatters to return the shortest roundtrippable stri...Tanner Gooding1-87/+114
2018-09-20Porting bcltype/diyfp.cpp to managed code as shared/System/Number.DiyFp.csTanner Gooding1-0/+129