Post Reply 
HP 15C and INT(1/√(1-x),0,1)
01-09-2018, 04:53 PM
Post: #17
RE: HP 15C and INT(1/√(1-x),0,1)
I’ve removed two steps from your function code:

Code:

00 { 16-Byte Prgm }
01▸LBL "FX"
02 MVAR "X"
03 1
04 RCL- "X"
05 SQRT
06 1/X
07 END

On the DM42 with Main and Goose LCD refresh disabled and USB power it takes 1’07” to return 1,99998387978 with ACC=1E-5 and 2’39” when on battery.
With Main and Goose LCD refresh enabled it takes 1’19’’ on USB power and 3’26” on battery.

(01-09-2018 01:26 PM)Dieter Wrote:  ACC=1E–5 on Free42 returns an integral of 1,99587 almost immediately.
Are you using the decimal or the binary version of Free32?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP 15C and INT(1/√(1-x),0,1) - salvomic - 11-26-2017, 07:51 PM
RE: HP 15C and INT(1/√(1-x),0,1) - JimP - 01-12-2018, 04:18 AM
RE: HP 15C and INT(1/√(1-x),0,1) - tgray - 01-09-2018, 03:42 PM
RE: HP 15C and INT(1/√(1-x),0,1) - Didier Lachieze - 01-09-2018 04:53 PM



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