From 8a289515cb7bb31613f7116cb08d96ea501f46dd Mon Sep 17 00:00:00 2001 From: "colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0" Date: Sat, 27 Feb 2021 00:21:41 +0000 Subject: [PATCH] --- resources.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources.mdwn b/resources.mdwn index 671a93dc0..6c5a54bb1 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -95,6 +95,9 @@ for comparative/informative purposes with regard to Simple-V. ## Sqrt * [Fast Floating Point Square Root](https://pdfs.semanticscholar.org/5060/4e9aff0e37089c4ab9a376c3f35761ffe28b.pdf) * [Reciprocal Square Root Algorithm](http://www.acsel-lab.com/arithmetic/arith15/papers/ARITH15_Takagi.pdf) +* [Fast Calculation of Cube and Inverse Cube Roots Using a Magic Constant and Its Implementation on Microcontrollers (clicking will download the pdf)](https://res.mdpi.com/d_attachment/energies/energies-14-01058/article_deploy/energies-14-01058-v2.pdf) +* [Modified Fast Inverse Square Root and Square Root Approximation Algorithms: The Method of Switching Magic Constants (clicking will download the pdf)](https://res.mdpi.com/d_attachment/computation/computation-09-00021/article_deploy/computation-09-00021-v3.pdf) + ## CORDIC and related algorithms -- 2.30.2