Re: 80 bit precision ?
- From: "Terry Reedy" <tjreedy@xxxxxxxx>
- Date: Sat, 14 May 2005 01:29:33 -0400
"km" <km@xxxxxxxxxxxxxx> wrote in message
news:20050514003732.GA4225@xxxxxxxxxxxxxxxxx
> Hi all,
>
> does python currently support 80 bit precision Floating Point Unit ?
Last I read, in CPython, the float type encapsulates a C double. So, does
any C compiler implements doubles as 80 bit floats? Or, if it has 64 bit
doubles and 80 bit long doubles, are the latter transparently substitutible
for the former, so that you could change Python's float declaration and
have everything work as expected? (I an not sure of either.)
Terry J. Reedy
.
- Follow-Ups:
- Re: 80 bit precision ?
- From: Sébastien Boisgérault
- Re: 80 bit precision ?
- Prev by Date: Re: Faster GUI text control
- Next by Date: Re: Solipsis: Python-powered Metaverse
- Previous by thread: Re: 80 bit precision ?
- Next by thread: Re: 80 bit precision ?
- Index(es):
Relevant Pages
|
|