HP Forums
Square Root Simplifier for HP39gII - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: Square Root Simplifier for HP39gII (/thread-240242.html)



Square Root Simplifier for HP39gII - Mic - 03-08-2013

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


Re: Square Root Simplifier for HP39gII - Eddie W. Shore - 03-09-2013

Nice!


Re: Square Root Simplifier for HP39gII - Gilles Carpentier - 03-09-2013

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.


Re: Square Root Simplifier for HP39gII - Mic - 03-10-2013

You're right.


Re: Square Root Simplifier for HP39gII - Eddie W. Shore - 03-11-2013

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.