Lasse R.H. Nielsen

Results 772 comments of Lasse R.H. Nielsen

So, "engineering notation" is like exponential/scientific notation, except that the exponential must be a multiple of 3, so you can have up to three digits to the left of the...

Doing multiplication and division by 1000 can lose precision on doubles, so to avoid that, you'd want to use the same, or similar, code that already does the `toStringAsExponential`. It's...