Don't be interested in terminating a series when its partial sums stop 
changing. If the partial sums never stop changing, then the program cycles, 
which you don't want. Make up your mind how many terms you want to include in 
the worst case, and then use that number of terms in any case.  That leads to 
simpler programming and fewer programming errors. Noone cares about a little 
waste of cpu-time.





Den 10:45 søndag den 22. december 2013 skrev R.E. Boss <[email protected]>:
 
See the examples in http://www.jsoftware.com/help/dictionary/d202v.htm 
>
>
>R.E. Boss
>
>(Add your info to http://www.jsoftware.com/jwiki/Community/Demographics )
>
>
>> -----Original Message-----
>> From: [email protected] [mailto:programming-
>> [email protected]] On Behalf Of km
>> Sent: zondag 22 december 2013 9:27
>> To: [email protected]
>> Subject: Re: [Jprogramming] Tacit series
>> 
>> Thanks, Raul, for a cool solution.  I'm still interested in tacitly
>terminating a
>> series when its partial sums stop changing.  --Kip
>> 
>> Sent from my iPad
>> 
>
>
>----------------------------------------------------------------------
>For information about J forums see http://www.jsoftware.com/forums.htm
>
>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to