printing of floating point numbers and integers in Maxima
Subject: printing of floating point numbers and integers in Maxima
From: Stavros Macrakis
Date: Wed, 19 Dec 2007 12:10:34 -0500
nformat doesn't seem like the right place to be formatting numbers. nformat
is a structure-to-structure map, not a structure-to-string map. I think
makestring (in displa.lisp) and msize-atom (in grind.lisp) should call a new
common number-formatting function.
On Dec 18, 2007 7:51 PM, Richard Fateman <fateman at cs.berkeley.edu> wrote:
> Here's what a new version of nformat provides.
> floatformat
> integerformat
> are variables set to directives for formatting common lisp numbers in the
> display.
>