(50g) Cordic Algorithm [TAN(X)]
|
05-03-2015, 04:00 PM
Post: #1
|
|||
|
|||
(50g) Cordic Algorithm [TAN(X)]
Hello 50g fans,
I never heard about Jaques Laporte. Some days ago I read in this forum about his passing away. A lot of forum member mourn his lost and appreciate his work for thiat community. So I got curious what his work was and the connection to the hp calculators. After reading his old websites, I learned from his "cordic for dummies", how the cordic algorithm works. So I've had the idea that this would be a nice to have a little program for the hp 50g. The program is "brutal force" there is no elegance (with complex numbers or matrices calculation or anything else optimized). The original algorithm from Volder works with a binary shift right. So he didn't need the multiplication like my program. Tip: compare the values from hp 50g with the values of the program. Code: %%HP: T(3)A(R)F(,); @@Program name: CTAN |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(50g) Cordic Algorithm [TAN(X)] - peacecalc - 05-03-2015 04:00 PM
RE: (50g) Cordic Algorithm [TAN(X)] - Thomas Klemm - 05-03-2015, 04:19 PM
|
User(s) browsing this thread: 1 Guest(s)