Skip to content

Commit

Permalink
delete TODO, #613
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 3, 2024
1 parent de0a9c9 commit 879366d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/ScientificNotationNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ export default class ScientificNotationNode extends Node {
else {

// Convert to a string in exponential notation, where the mantissa has 1 digit to the left of the decimal place.
//TODO https://github.com/phetsims/scenery-phet/issues/613 toExponential uses Number.toFixed, which doesn't round the same on all platforms
const exponentialString = value.toExponential( options.mantissaDecimalPlaces );

// Break into mantissa and exponent tokens.
Expand Down

0 comments on commit 879366d

Please sign in to comment.