Post Reply 
(HP71B) Bernoulli Polynomials
07-17-2023, 11:04 PM
Post: #3
RE: (HP71B) Bernoulli Polynomials
(07-17-2023 07:16 PM)C.Ret Wrote:  [snip]

P.S.: As I copy-paste the program in this message, I realize that I am using the COMB(n,k) instruction in several places in the program.
This instruction which calculates the number of combinations of k elements among a set of n elements comes from the PPC ROM.
If someone wants to use this program on an HP-71B without this ROM, they will have to adapt by defining a user function:
5 DEF FNC0(N,K)=FACT(N)/FACT(K)/FACT(N-K)
and replacing every use of COMB(n,k) with FNC0(n,k) in the code.

I'm pretty sure you mean the JPC ROM, which is available here:

http://www.jeffcalc.hp41.eu/emu71/jpcrom.html

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(HP71B) Bernoulli Polynomials - Namir - 07-14-2023, 10:00 PM
RE: (HP71B) Bernoulli Polynomials - C.Ret - 07-17-2023, 07:16 PM
RE: (HP71B) Bernoulli Polynomials - rprosperi - 07-17-2023 11:04 PM



User(s) browsing this thread: 1 Guest(s)