Skip to content
Prev 206603 / 398503 Next

function to set log(0)=0 not working on tables or vectors

David Winsemius <dwinsemius <at> comcast.net> writes:
My guess is that the real intention here is 
to define 0*log(0) = 0 rather than log(0) = 0 -- 
really the assertion is that lim(x -> 0) x log(x) = 0,
which must be true for some reasonable limiting conditions.