View Single Post
Re: Attempting to create float free engine
Old
  (#3)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: Attempting to create float free engine - 30-12-2005

I would say so too. unless you are working on a FLPT unit for some open source CPU

for that lookup table ... calculating the error is depending on how you calculate the values. do you just take the nearest neighbour, do you use linear interpolation, or higher order polynoms. you might wanna look up the error formula under "remainder lagrange interpolation"


  
Reply With Quote