cuda-fixnum
cuda-fixnum copied to clipboard
Implement faster Newton-Raphson
The initial estimate can be improved with a degree two approximation; also the iteration can be modified to cube the error, rather than simply square it. See here.
Follow up at https://github.com/unzvfu/cuda-fixnum/issues/36.