Repeating Decimal

The only way I have found to work is to set a tolerance.

Example
this.numericValue > .333 and this.numericValue < .334

2 Likes