Add cordic links to resources page
authormtnolan2640@5b3e5887a309d4a2372aaf5e76b851870f15ca92 <mtnolan2640@web>
Mon, 13 Apr 2020 15:59:42 +0000 (16:59 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 13 Apr 2020 15:59:42 +0000 (16:59 +0100)
resources.mdwn

index 0c69df6c815ac172fbd81f3a5a68a619bd923eb3..024fdeb7fa68ff95cba27aa155dd615998be7c13 100644 (file)
@@ -54,6 +54,12 @@ for comparative/informative purposes with regard to Simple-V.
 * [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)
 
+## CORDIC and related algorithms
+* [BKM (log(x) and e^x)](https://en.wikipedia.org/wiki/BKM_algorithm)
+* [CORDIC](http://www.andraka.com/files/crdcsrvy.pdf)
+ - Does not have an easy way of computing tan(x)
+* [zipcpu CORDIC](https://zipcpu.com/dsp/2017/08/30/cordic.html)
+
 ## IEEE Standard for Floating-Point Arithmetic (IEEE 754)
 
 Almost all modern computers follow the IEEE Floating-Point Standard. Of