Re: Parsing binary Java doubles
- From: David Lichteblau <usenet-2006@xxxxxxxxxxxxxx>
- Date: 31 Aug 2007 16:03:46 GMT
On 2007-08-31, Stefan Arentz <stefan.arentz@xxxxxxxxx> wrote:
sb-kernel:make-double-float.Ah I think that was the final piece of the puzzle :-) Thanks!
You could also implement it portably and use SCALE-FLOAT like
ieee-floats does it (see http://www.cliki.net/ieee-floats).
However, for full compatibility with Java you have to handle NaN and
infinity, which Common Lisp does not support portably. Hence
sb-kernel:make-double-float for a full solution.
.
- References:
- Parsing binary Java doubles
- From: Stefan Arentz
- Re: Parsing binary Java doubles
- From: David Lichteblau
- Re: Parsing binary Java doubles
- From: Stefan Arentz
- Parsing binary Java doubles
- Prev by Date: Re: How to use Lisp in C/C++
- Next by Date: Re: Parsing binary Java doubles
- Previous by thread: Re: Parsing binary Java doubles
- Next by thread: Re: Parsing binary Java doubles
- Index(es):
Relevant Pages
|