# # Numerical Mathematics and Computing, Fifth Edition # Ward Cheney & David Kincaid # Brooks/Cole Publ. Co. # (c) 2003 # # file: convert # # converting numbers # convert(10, binary); convert(492, hex); convert(0.37109375,octal);