cuda-fixnum icon indicating copy to clipboard operation
cuda-fixnum copied to clipboard

Implement faster Newton-Raphson

Open unzvfu opened this issue 5 years ago • 1 comments

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.

unzvfu avatar Oct 11 '18 03:10 unzvfu