Square Root Simplifier for HP39gII



Post: #2

Hello,

I made a new program : a Square Root Simplifier for HP39gII

Download : http://www.calc-bank.com/index.php?mod=news&ac=commentaires&id=1860


Post: #3

Nice!

Post: #4

It works fine and fast.

But I prefer to use a parameter rather than an 'input' command.
This allows to use 'Ans' and to insert the function in another prog

I also think it is preferable for these pieces of software to avoid the use of global variables (which may be important) and to privilege local varaiables

Edited: 9 Mar 2013, 3:36 p.m.


Post: #5

You're right.

Post: #6

Quote:
It works fine and fast.

But I prefer to use a parameter rather than an 'input' command.
This allows to use 'Ans' and to insert the function in another prog

I also think it is preferable for these pieces of software to avoid the use of global variables (which may be important) and to privilege local varaiables


I like using parametric arguments also (I think I have been calling them pass-through arguments). INPUT is limited to global variables only.


Forum Jump: