TomWiley

10 Reputation

0 Badges

10 years, 43 days

MaplePrimes Activity


These are questions asked by TomWiley

In the C programming language the following code makes i = 1

real r;      integer i;      r = 1.9;         i = r;

How do I do the same in Maple?

Page 1 of 1