Newton’s Method Without Division
Abstract
Abstract Newton’s Method for root-finding is modified to avoid the division step while maintaining quadratic convergence.
Code References
llvm/llvm-project
1 file
libc/src/__support/fixed_point/sqrt.h
1
L174
// The American Mathematical Monthly (2023).
Link copied to clipboard!