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:
parent
01f6637ceb
commit
e23028a580
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue