gdikal

25 Reputation

4 Badges

3 years, 323 days

MaplePrimes Activity


These are answers submitted by gdikal

Did you try

if evalf(2+89^(1/2))>0 then
   print("yes");
else
   print("no");
fi;

 

You want the evaluation to meet a certain condition and not the expression, per se

Page 1 of 1