Changes between Initial Version and Version 1 of Ticket #11286, comment 3
- Timestamp:
- Mar 4, 2015, 6:29:37 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11286, comment 3
initial v1 1 I think the problem in "_calculateNewMax" method, because it take max (for example 2.4) and transformate it to 2.39. The problem is - js calulate: 2.4 - 2 = 0.39999999.1 I think the problem in "_calculateNewMax" method, because it takes max (for example 2.4) and turns it to 2.39. The problem is that js calculate: 2.4 - 2 = 0.39999999.