sirzerp

10 Reputation

0 Badges

11 years, 188 days

MaplePrimes Activity


These are questions asked by sirzerp

I have an Array that has both floats and pi and e expressions mixed in.  Would like to scan the Array and print the non-floats to the screen.

My if then statement works until I put it into a loop then I get no output.  Puzzled...

> hits := identify(d);
> for i from 1 to 501 do if type(Hits[i], 'float') = false then Hits[i] end if end do;

Page 1 of 1