Re: Trouble with Cody&Waite exponentition x**y



I see that you mention Moshier.

Have you looked at the pow() implementations in the Cephes collection
for the precision that you are after?

Do they suffer from the same defect?

.



Relevant Pages

  • Re: Trouble with Cody&Waite exponentition x**y
    ... Have you looked at the powimplementations in the Cephes collection ... Do they suffer from the same defect? ... I retrieved the single precision implementation from from netlib. ...
    (sci.math.num-analysis)
  • Re: how to specify power of number
    ... The Cephes collection of math functions uses a ratio of a cubic polynomial divided by a quartic polynomial to form the approximation. ... many implementations will actually recognize integral inputs but there is no reason to expect that to happen. ...
    (comp.lang.c)
  • Re: floating point round off errors
    ... using higher precision internally in critical areas). ... The nice thing about verilog implementations is that you ... Verilog and VHDL both. ...
    (comp.arch.fpga)
  • Re: Whats the deal with C99?
    ... the Cephes collection handles all of this nicely. ... to create my own double-double and quad-double libraries to get lots more precision if I want it but using C it would be a real pain. ... jacob at jacob point remcomp point fr ...
    (comp.lang.c)
  • Re: Representing decimal part as regular integer on low 16 bits?
    ... Remember the */ operator that every Forth has, much better precision: ... number sequence like "create" reads the next char sequence? ... use doubles for 16 bit implementations: high word the integer ...
    (comp.lang.forth)