in reply to Re^3: Math::BigFloat and zero
in thread Math::BigFloat and zero

Yes, and I can't find it. My best guess is that Knuth discussed 00 being less securely defined than 01, and possibly the author of Math::BigFloat was making a joke on this, but 0E0 is not related to 00 and is very much defined.

-- iakobski

Replies are listed 'Best First'.
Re^5: Math::BigFloat and zero
by JavaFan (Canon) on Sep 24, 2010 at 13:29 UTC
    "Less securely defined"? It's typically considered to be undefined, considering that:
    
         lim
        x->0  x0   = 1
    
         lim
        x->0  0x   = 0
    
    But of course, any model is free to define 00 to be anything it wants. I prefer 00 == 7. After all
           00 == 7        <==>
       0 * 00 == 7 * 0    <==>
           01 == 0        <==>
           0  == 0