bignum with floating point
- From: banansol@xxxxxxxxxxxx
- Date: 23 Apr 2007 16:17:52 -0700
Hi,
I want to program a bignum library in C just for learning,
it doesn't seem too hard (I don't care about speed) when
considering just integer numbers, but when I add support
for division and need floating point numbers I doesn't
look so easy anymore. I wonder if it's hard to do this.
Is there some easy trick to do this? Can I just round
off some fixed digits to the right of the decimal-point?
Or do I need to get a deep understanding of
floating point representations and IEEE standards?
Thanks!
.
- Follow-Ups:
- Re: bignum with floating point
- From: Thad Smith
- Re: bignum with floating point
- From: Richard Heathfield
- Re: bignum with floating point
- Prev by Date: Re: language
- Next by Date: Re: language
- Previous by thread: South Florida Software Symposium - May 18 - 20, 2007
- Next by thread: Re: bignum with floating point
- Index(es):
Relevant Pages
|