philipp.kretzschmar
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited floats that are not identical may have same string representation -- phpstorm should warn about those cases during an xdebug session
Given the floats:(float) 3467.60009765625 (float) 3467.6000976562They are different floats, as shown by their binary representation:string(64) "01000000101010110001011100110011010000000000000000000...