Question: write a function in python that takes a floating-point hexadecimal number and returns a floating-point in binary format, not the other way around (for example
write a function in python that takes a floating-point hexadecimal number and returns a floating-point in binary format, not the other way around (for example (ab.cd)16 --> (10101011.11001101)2) Please help me with the floating part since python doesn't have an inbuilt method for floating numbers. Thank you so much for your help
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
