Post Reply 
[WP-34S] My first integral on this calculator
05-19-2014, 08:42 AM
Post: #7
RE: [WP-34S] My first integral on this calculator
(05-19-2014 07:40 AM)Didier Lachieze Wrote:  you can enter integers up to 255 as constants, this will save a few steps,

I'm pretty sure this is faster than using digits. Even for single digit numbers. Once you enter a digit, all the command line processing has to be performed including the text to number conversions. The constant command has a much easier time of it and I think it converts using short integer operations that are very quick.


Quote:also to follow the 42s program example you can store the ā€œJā€ and ā€œGā€ values in registers (for ex. A & B) instead of hardcoding them in the program, this should save some execution time:

Couldn't you store the product of these two in a register and divide by that at the end for a little extra performance?


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


Messages In This Thread
RE: [WP-34S] My first integral on this calculator - Paul Dale - 05-19-2014 08:42 AM



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