Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming > #1495
| From | hopcode <hopcode@invalid.de> |
|---|---|
| Newsgroups | sci.math.num-analysis, alt.lang.asm, comp.programming |
| Subject | Re: Exp() function reloaded |
| Date | 2012-04-24 14:48 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <jn67e1$es9$1@dont-email.me> (permalink) |
| References | (3 earlier) <4f8bea40$0$1381$4fafbaef@reader1.news.tin.it> <4f8c21ad$0$1375$4fafbaef@reader1.news.tin.it> <4f8c268c$0$1378$4fafbaef@reader2.news.tin.it> <4f8d1c4b$0$1379$4fafbaef@reader2.news.tin.it> <471ec375-280d-4552-8b23-fe0339095d55@h20g2000yqd.googlegroups.com> |
Cross-posted to 3 groups.
Hi pablo, Il 20.04.2012 04:43, phreda ha scritto: > perhaps this help > > http://www.quinapalus.com/efunc.html thanks for the link, i knew it already. that's a simple and clever method on 4 decimals; but it requires some practical proof to get ~8 decimals precision. btw, by using a couple of lookup tables it is possible to make it completely branchless, just because those magnitudes (of 2's factors) depend on positions of a single bit. > > I implement in 16.16 fixed point arithmetic in r4 > > http://code.google.com/p/reda4/source/browse/trunk/r4/Lib/math.txt nice project! no 64bit release ? Cheers, -- .:mrk[hopcode] .:x64lab:. group http://groups.google.com/group/x64lab site http://sites.google.com/site/x64lab
Back to comp.programming | Previous | Next — Previous in thread | Next in thread | Find similar
Exp() function reloaded hopcode <hopcode@invalid.de> - 2012-04-15 04:31 +0200
Re: Exp() function reloaded pete <pfiland@mindspring.com> - 2012-04-15 01:26 -0400
Re: Exp() function reloaded hopcode <hopcode@invalid.de> - 2012-04-15 12:18 +0200
Re: Exp() function reloaded pete <pfiland@mindspring.com> - 2012-04-15 09:30 -0400
Re: Exp() function reloaded "io_x" <a@b.c.invalid> - 2012-04-16 09:01 +0200
Re: Exp() function reloaded "io_x" <a@b.c.invalid> - 2012-04-16 11:50 +0200
Re: Exp() function reloaded "io_x" <a@b.c.invalid> - 2012-04-16 15:46 +0200
Re: Exp() function reloaded "io_x" <a@b.c.invalid> - 2012-04-16 16:07 +0200
Re: Exp() function reloaded "io_x" <a@b.c.invalid> - 2012-04-17 09:36 +0200
Re: Exp() function reloaded phreda <pabloreda@gmail.com> - 2012-04-19 19:43 -0700
Re: Exp() function reloaded hopcode <hopcode@invalid.de> - 2012-04-24 14:48 +0200
Re: Exp() function reloaded phreda <pabloreda@gmail.com> - 2012-04-25 12:36 -0700
Re: Exp() function reloaded pete <pfiland@mindspring.com> - 2012-04-16 18:12 -0400
csiph-web