Can anyone please tell me how can I convert this float number: 12.25 to binary?
I know how to convert the “12” but not the 0.25
Any help is much appreciated.
Thanks
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.
Keep multiplying the number after decimal by 2 till it becomes 1.0:
and the result is in reverse order being .01