Razenpok / BreakInfinity.cs

Double replacement for numbers that go over 1e308
MIT License
212 stars 33 forks source link

Add explicit conversion operator support #12

Open ducdat0507 opened 3 years ago

ducdat0507 commented 3 years ago

And all of that is in 4 lines!

BigDouble a = 1e100;
double b = (double)a;
Console.WriteLine(b) // 1E+100