Post Reply 
Can programs have optional arguments?
09-11-2017, 04:52 PM
Post: #9
RE: Can programs have optional arguments?
Giac has support for default parameters, for example
Code:
f(x=3):=x*x; f(); f(5)
but it is probably too recent to be in the CAS of the current HP firmware.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can programs have optional arguments? - parisse - 09-11-2017 04:52 PM



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