Introduction - If you have any usage issues, please Google them yourself
Two functions, num2bin and bin2num are provided. Num2bin takes a double and converts it to a binary string representation. Bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.