|
From: andre m. <and...@gm...> - 2014-05-12 12:17:27
|
Hi list, How does one force Maxima to print the leading zero in front of floating point numbers? I would have expected float(1/3) = 0.333333333333 Kind regards Andre ------------------------------------------- Maxima 5.32.1 http://maxima.sourceforge.net using Lisp SBCL 1.1.12-1.fc20 Distributed under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. The function bug_report() provides bug reporting information. STYLE-WARNING: redefining MAXIMA::$FILE_TYPE in DEFUN (%i1) display2d : false; (%o1) false (%i2) float(1/2); (%o2) 0.5 (%i3) float(1/3); (%o3) .3333333333333333 -------------------------------------------- |