| Author |
Comment/Response |
Bill Simpson
|
07/28/12 3:08pm
In Response To 'Re: build up a calculation program with variables' --------- If I go down to your first Min problem and do
In[18]:= FullForm[0.047818 Min[25.0699, 19.71]
I get
Out[18]//FullForm= Times[0.04781868176008453`,Button[Min,RuleDelayed[ButtonData,"paclet:ref/Min"]][25.06990937564655`,19.71`]]
So it looks like you are getting your data from a packlet somewhere. If you just manually type in
Min[25.0699, 19.71]
and evaluate that it works just fine.
I think you need to figure out what the problem is with your packlet usage.
URL: , |
|