Convert the exact decimal value DECIMAL to a (not neccassily equal) floating point value.
(defun float-from-decimal (decimal) "Convert the exact decimal value DECIMAL to a (not neccassily equal) floating point value." (float decimal))