Dumsum
has a large Member;
Re: 回复: Re: general UNSW chit-chat
Careful... the negative condition of greater/less than is less/greater than or equal to (respectively). If you need to know when the number is "LESS than 1 millionth" you need to code it to loop while the number is greater than or equal to 1 millionth.Forbidden. said:if it asks you to compile a piece of code to generate the first number (like according to a formula) which is LESS than 1 milllionth, write code that must tell Maple to keep cycling through numbers WHILE it is GREATER than 1 milllionth
(which means it will cease to continue once it has met the condition the number is LESS than 1 millionth)