From 7ef7c1ab2f47e0077dbeddb49918b26a891e62b8 Mon Sep 17 00:00:00 2001 From: "mtnolan2640@5b3e5887a309d4a2372aaf5e76b851870f15ca92" Date: Mon, 13 Apr 2020 16:59:42 +0100 Subject: [PATCH] Add cordic links to resources page --- resources.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources.mdwn b/resources.mdwn index 0c69df6c8..024fdeb7f 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -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 -- 2.30.2