Add debugger display for huge BigInteger (#75796)
* Add debugger display for huge BigInteger
* Apply suggestions from code review
Co-authored-by: tfenise <tfenise@live.com>
* Adjust for overflow and rounding
* Fix and add test
* Apply suggestions from code review
Co-authored-by: tfenise <tfenise@live.com>
* Skip test on browser
* Adjust overflow handling and comment
* Apply suggestions from code review
Co-authored-by: Dan Moseley <danmose@microsoft.com>
* Revert "Adjust overflow handling and comment"
This reverts commit
ceac7654aeb7ce4b2b91f6d84cf891c4bcdce755.
* Update ToString culture
Co-authored-by: tfenise <tfenise@live.com>
* Apply suggestions from code review
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
* Update for constant and shortcut
* Use invariant culture in test
* Use log10(2) as a constant
Co-authored-by: Drew Kersnar <18474647+dakersnar@users.noreply.github.com>
* Update length thresold to 4*uint
* Update bigger test cases
* Update test value
Co-authored-by: tfenise <tfenise@live.com>
Co-authored-by: Dan Moseley <danmose@microsoft.com>
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
Co-authored-by: Drew Kersnar <18474647+dakersnar@users.noreply.github.com>