Currently, something like 0.9*120
returns 1.08+2
whereas I'd like to set the default for all numbers to be returned in non-scientific notation.
I found fix
in the documentation; however, this solution is only appropriate for integer values.
I found some old posts on the Maxima mailing list on source forge, but the suggestion is to use printf
with ~f
-- is there no way to make this the default format? or does one really have to convert every value, individually?