Trig algorithms on HP RPN?
|
12-01-2024, 05:17 PM
Post: #5
|
|||
|
|||
RE: Trig algorithms on HP RPN?
(11-30-2024 03:49 PM)Thomas Klemm Wrote: Honestly, I don't know why that wasn't used instead. Probably to take advantage of the fact that arctan(x) ~ ln(1 + x) for small values of x, which allows part of the arctangent table to be used in the computation of the natural logarithm. For example, arctan(0.00001) ~ ln (1.00001). That’s the fifth element in the arctangent table starting at register 1, generated by the HP-15C program B below, when in RAD mode. Program A computes tan(x) using the CORDIC algorithm. Code:
I cannot find a reference to the original TI program this one is based upon. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Trig algorithms on HP RPN? - MinkLib - 11-30-2024, 01:39 PM
RE: Trig algorithms on HP RPN? - Idnarn - 11-30-2024, 02:09 PM
RE: Trig algorithms on HP RPN? - naddy - 11-30-2024, 03:15 PM
RE: Trig algorithms on HP RPN? - Thomas Klemm - 11-30-2024, 03:49 PM
RE: Trig algorithms on HP RPN? - Gerson W. Barbosa - 12-01-2024 05:17 PM
RE: Trig algorithms on HP RPN? - Albert Chan - 12-01-2024, 07:27 PM
RE: Trig algorithms on HP RPN? - Albert Chan - 12-01-2024, 07:30 PM
RE: Trig algorithms on HP RPN? - Gerson W. Barbosa - 12-02-2024, 08:59 PM
RE: Trig algorithms on HP RPN? - Thomas Klemm - 12-01-2024, 07:47 PM
RE: Trig algorithms on HP RPN? - Thomas Klemm - 12-01-2024, 08:13 PM
|
User(s) browsing this thread: 3 Guest(s)