|
 |
hi,
kurtz le pirate <kur### [at] free fr> wrote:
> On 27/03/2026 00:13, Bald Eagle wrote:
> > ...
> > NAN is treated differently in the parser than in the function VM.
> > NAN equals - EVERYTHING in the parser.
> > NAN equals nothing, not even itself in the function VM.
> > ...
> Tim Nikias's message does not specify a POV version.
> But, mathematically speaking, it makes sense :
>
> lim 1/x = +∞ and lim 1/x = -∞
> x -> 0+ x -> 0-
>
> but no NAN.
>
> In version 3.8 this code
> #declare a = 1/0;
> #debug concat("a = ",str(a,0,-1),"\n")
>
> Give :
> Parse Warning: Divide by zero.
> a = inf
(not knowing what I do :-)) a-a displays -nan.
regards, jr.
Post a reply to this message
|
 |