(Continuation) The computation of ex can be reduced to computing eu for |u| < (ln 2)/2 only. This algorithm removes powers of 2 and computes eu in a range where the series converges very rapidly. It is given by
e x = 2meu
where m and u are computed by the steps
Here the minus sign is used if x < 0 because z < 0. Incorporate this range reduction technique into the code.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.