Re: Help me understand infinity

2020-07-30 Thread Martin Koob via use-livecode
I thought that this was already released in LC 9.0.5 https://livecode-blogger.blogspot.com/2019/05/livecode-905-released.html I sure what the use case is for infinity never mind ‘beyond’. Martin > On Jul 29, 2020, at 1:57 PM, Richard Gaskin via use-livecode > wrote: > > In the v9.6.1RC1 Rel

Re: Help me understand infinity

2020-07-29 Thread J. Landman Gay via use-livecode
The bug list is infinite, ergo, all others are secondary to this one. ;) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 29, 2020 6:13:39 PM Mark Wieder via use-livecode wrote: On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wro

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 5:31 PM, Brian Milby via use-livecode wrote: This change first appeared in 9.5 DP 1, so it isn’t really new. Right. I don't think anyone accused this change of popping up in the latest release though. -- Mark Wieder ahsoftw...@gmail.com _

Re: Help me understand infinity

2020-07-29 Thread Brian Milby via use-livecode
This change first appeared in 9.5 DP 1, so it isn’t really new. Sent from my iPad > On Jul 29, 2020, at 7:12 PM, Mark Wieder via use-livecode > wrote: > > On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wrote: > >> Now you can do: >> local tMin, tThisResult >> put infinity into tMin >> repeat

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wrote: Now you can do: local tMin, tThisResult put infinity into tMin repeat for each element tElement in tList -- perform some computation on tElement to get tThisResult put min(tMin, tThisResult) into tMin end repeat Well, yes, that's c

Re: Help me understand infinity

2020-07-29 Thread Ali Lloyd via use-livecode
I wonder if I can persuade the team to let me add a constant for the first uncountable strongly inaccessible cardinal. Regarding use-cases, I like the following one which is implicit in the above observations about comparisons between infinity and integers. Previously I would do the following a lo

Re: Help me understand infinity

2020-07-29 Thread Alex Tweedly via use-livecode
On 29/07/2020 20:17, Dr. Hawkins wrote: On Jul 29, 2020, at 12:08 PM, Alex Tweedly via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Any number compared to positive infinity (other than itself) *will* be less than it. Bah, *ℵ*_2 > floating point infinity (which is *ℵ*_1 )

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 12:17 PM, Dr. Hawkins via use-livecode wrote: Bah, ℵ2> floating point infinity (which is ℵ1) Outside of the axiom of choice (or actually even with it) that's not something provable. OTOH, Kant's proofs of aleph null and aleph one are brilliant. -- Mark Wieder ahsoftw...@gmai

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 12:08 PM, Alex Tweedly via use-livecode wrote: On 29/07/2020 18:57, Richard Gaskin via use-livecode wrote: In the v9.6.1RC1 Release Notes there's this:    Infinity constant    The constant infinity has been added to the language in this release.    As a result, theunquoted literal i

Re: Help me understand infinity

2020-07-29 Thread Dr. Hawkins via use-livecode
On Jul 29, 2020, at 12:08 PM, Alex Tweedly via use-livecode wrote: > > Any number compared to positive infinity (other than itself) *will* be less > than it. Bah, ℵ2> floating point infinity (which is ℵ1) (I took that class from Halmos himself . . .) — Richard E. Hawkins, Esq. The Haw

Re: Help me understand infinity

2020-07-29 Thread Alex Tweedly via use-livecode
On 29/07/2020 18:57, Richard Gaskin via use-livecode wrote: In the v9.6.1RC1 Release Notes there's this:    Infinity constant    The constant infinity has been added to the language in this release.    As a result, theunquoted literal infinity is now reserved. Any    existing uses of it should

Help me understand infinity

2020-07-29 Thread Richard Gaskin via use-livecode
In the v9.6.1RC1 Release Notes there's this: Infinity constant The constant infinity has been added to the language in this release. As a result, theunquoted literal infinity is now reserved. Any existing uses of it should be quoted, as otherwiseit will resolve to the floating poin