Properly rounded variable precision square root
- 1 September 1985
- journal article
- Published by Association for Computing Machinery (ACM) in ACM Transactions on Mathematical Software
- Vol. 11 (3) , 229-237
- https://doi.org/10.1145/214408.214413
Abstract
The square root function presented here returns a properly rounded approximation to the square root of its argument, or it raises an error condition if the argument is negative. Properly rounded means rounded to the nearest, or to nearest even in case of a tie. It is variable precision in that it is designed to return a p -digit approximation to a p -digit argument, for any p > 0. (Precision p means p decimal digits.) The program and the analysis are valid for all p > 0, but current implementations place some restrictions on p .Keywords
This publication has 4 references indexed in Scilit:
- Numerical TuringACM SIGNUM Newsletter, 1985
- CADAC: A Controlled-Precision Decimal Arithmetic UnitIEEE Transactions on Computers, 1983
- An Unrestricted Algorithm for the Exponential FunctionSIAM Journal on Numerical Analysis, 1980
- Functions for manipulating floating-point numbersACM SIGNUM Newsletter, 1979