Translate the number 234.51310 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
| 234 | 16 | |
| -224 | E | |
| A | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
| 0. | 513*16 |
| 8 | .208*16 |
| 3 | .328*16 |
| 5 | .248*16 |
| 3 | .968*16 |
| F | .488*16 |
| 7 | .808*16 |
| C | .928*16 |
| E | .848*16 |
| D | .568*16 |
| 9 | .08801*16 |
the result of the conversion was:
234.51310 = EA.8353F7CED916
the Final answer: 234.51310 = EA.8353F7CED916