I am entering ‘35444650.00’ as a float into my MySQL and it keeps reformatting to 35444648.00, any help welcome…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Floats only have a certain level of precision, you may be going beyond how precise a float data type can be. Try using a DOUBLE instead.