[Gcl-devel] Re: [Maxima] Bugs in gcl cause maxima build failures
Subject: [Gcl-devel] Re: [Maxima] Bugs in gcl cause maxima build failures
From: Richard Fateman
Date: Tue, 21 May 2002 17:06:46 -0700
The answers from Allegro CL
(integer-decode-float least-positive-double-float)
1
-1074
1
cl-user(258): (integer-decode-float least-positive-normalized-double-float)
4503599627370496
-1074
1
cl-user(259): (integer-decode-float
least-positive-normalized-single-float)
8388608
-149
1
cl-user(260): (integer-decode-float least-positive-single-float)
1
-149
1
So the least-positive-single-float is the unnormalized number that is
quite a bit smaller than the least-positive-normalized-single-float.
RJF