1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-11 01:31:03 +00:00

Update fpstr.pla

This commit is contained in:
David Schmenk 2017-11-24 19:56:48 -08:00 committed by GitHub
parent 77d4481146
commit 2ad8149f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,7 @@ export def ext2str(ext, str, intdigits, fracdigits, format)
fin fin
// //
// Pretty output the exponent (preceding zero for values less than 10) // Pretty output the exponent (preceding zero for values less than 10)
//
d = 0 d = 0
tens = 10000 tens = 10000
while dp while dp