bugGNU Common Lisp - Bugs: bug #30058, (format t "~e" x) =>...

 
 

bug #30058: (format t "~e" x) => messed up when x is floating point infinity

Submitter:  None
Submitted:  Mon 07 Jun 2010 01:26:53 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 22 Dec 2021 08:11:01 PM UTC, comment #1: 

Greetings!  Fixed in Version_2_6_13pre.  Thanks for your report!

Camm Maguire <camm>
Group administrator
Mon 07 Jun 2010 01:26:53 AM UTC, original submission:  

e.g.

(defvar x (exp (expt 2 1000)))
(setq si:*print-nans* t)
(format t "~f" x)
 => #<1.#INF00e+000> (OK)
(format t "~e" x)
 => 1..#INF00e+000E+1975642173 (OOPS, TRAILING GARBAGE)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-12-22 camm StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code