An efficient way to compute mathematical constant e
- by Cinnamon
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!