An efficient way to compute mathematical constant e

Posted by Cinnamon on Stack Overflow See other posts from Stack Overflow or by Cinnamon
Published on 2010-06-12T10:15:52Z Indexed on 2010/06/12 10:23 UTC
Read the original article Hit count: 264

Filed under:
|
|
|

Hello,

The standard representation of constant e as the sum of the infinite series is very inefficient for computation, because of many division operations. So are there any alternative ways to compute the constant efficiently?

Thanks!

© Stack Overflow or respective owner

Related posts about c++

Related posts about algorithm