The most efficient way of implementing pow() function in floating point

Posted by user319873 on Stack Overflow See other posts from Stack Overflow or by user319873
Published on 2010-04-18T23:39:17Z Indexed on 2010/04/18 23:43 UTC
Read the original article Hit count: 245

Filed under:
|
|
|
|

Hi,

I am trying to implement my own version of pow() and sqrt() function as my custom library doesn't have pow()/sqrt() floating point support.

Can anyone help?

© Stack Overflow or respective owner

Related posts about mathematics

Related posts about c