Bernoulli Num,ber using Series Approximation - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP-65/67/97 Software Library (/forum-12.html) +--- Thread: Bernoulli Num,ber using Series Approximation (/thread-147.html) |
Bernoulli Num,ber using Series Approximation - Namir - 12-18-2013 05:57 AM Bernoulli Numbers using Series Approximations Algorithm Given integer n and tolerance toler Code: IF n=1 THEN Return -0.5 HP-41C Implementation Memory Map R0 = n R1 = toler R2 = i R3 = Sum R4 = term R6 = used in LBL 0 Implementation Code: 1 LBL A # toler Enter n and press [A] |