5 ms·
> Calculating sqrt(5) to the needed precision... I think this one could be optimized by precomputing and storing (1 + sqrt(5)) at the highest precision availab
by ranit8 14y ago
> Calculating sqrt(5) to the needed precision...
I think this one could be optimized by precomputing and storing (1 + sqrt(5)) at the highest precision available.
- sp332 14y agoIf you want to find an arbitrarily high F(n), you will need an arbitrarily high precision of sqrt(5).