Re: [pure-lang-users] Yet another quirk with MinGW
Status: Beta
Brought to you by:
agraef
From: John C. <co...@cc...> - 2008-08-20 16:16:39
|
Eddie Rucker scripsit: > Most of the time I'd agree, but I still think log 0 => -inf sucks big > time. You have to remember what -inf and 0.0 actually mean: respectively "a negative number too small to represent" and "a positive number too close to zero to represent." And indeed, if you take the log of a number too close to zero to represent, such as 1/(10^10^10) you will indeed get a number too small to represent. > different from saying log 0 == -inf. That's like saying 9/0 = inf > because lim 9/x -> inf as x -> 0. 9/0 is indeed inf, though 9%0 ought to be an error (in Q it's inf). -- Even a refrigerator can conform to the XML John Cowan Infoset, as long as it has a door sticker co...@cc... saying "No information items inside". http://www.ccil.org/~cowan --Eve Maler |