You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When returning a float from SQL, the SQL value is this 0.00200428906764427 but in python i get this: 0.0020042890676442646 and sometimes this 0.0020042890676442654. It seems the last two digits are unstable for some reason.
The text was updated successfully, but these errors were encountered:
kaiaeberli
changed the title
sql float is expanded with random numerical noise in last 2 digits
sql float is expanded in python with random numerical noise in last 2 digits
Jul 31, 2018
When returning a float from SQL, the SQL value is this 0.00200428906764427 but in python i get this: 0.0020042890676442646 and sometimes this 0.0020042890676442654. It seems the last two digits are unstable for some reason.
The text was updated successfully, but these errors were encountered: