1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 19:44:10 +02:00

(format:fn-max): Increase to 400 so ~f and ~g can print long real

numbers with large positive and negative exponents.
This commit is contained in:
Marius Vollmer 2002-05-08 20:00:59 +00:00
parent 01f6637ceb
commit e23028a580

View file

@ -1437,7 +1437,7 @@
; the flonum buffers
(define format:fn-max 200) ; max. number of number digits
(define format:fn-max 400) ; max. number of number digits
(define format:fn-str (make-string format:fn-max)) ; number buffer
(define format:fn-len 0) ; digit length of number
(define format:fn-dot #f) ; dot position of number