Index:
[thread]
[date]
[subject]
[author]
From: Ted Hung <tsh5@duke.com>
To :
Date: Fri, 29 Jan 1999 00:33:45 -0800
Re: Quick question...
I still have questions about this... too. Also, I don't suppose you
want us to deal with floating point numbers( for example the sin function or
the mod function)?
Thanks.
Ted Hung
Philip K. Warren wrote in message <36B12867.E7FD3891@acpub.duke.edu>...
>I have a quick question on the Arithmetica assignment.
>
>In the documentation, it says that if the user types:
>> + 10
>> * 10
>this corresponds to !!+10 and !!*10. However, what happens if the user
>enters:
>> - 10
>Does this correspond to (10*-1) or !!-10?
>
>-- Philip
Index:
[thread]
[date]
[subject]
[author]