Post Reply 
A Tiny (WP34S) program does a lot
11-29-2014, 10:27 AM
Post: #13
RE: A Tiny (WP34S) program does a lot
You could as well use the complex factorial to calculate the derivative:
Code:
LBL'DFX'
RCL 00
x<>y
CPX x!
x<>y
RCL/ 00
RTN

1e-8 STO 00
0 ENTER
1
SLV'DFX'


Kind regards
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: A Tiny (WP34S) program does a lot - Thomas Klemm - 11-29-2014 10:27 AM



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