Question

As in the title, I would expect it to be a nan as well. Is this number special?

Était-ce utile?

La solution

This is clearly a bug in numpy.ramdom.binomial.

Is this number special?

I would guess this is the result of some calculation involving the raw representation of nan (which is represented as a specific "reserved" float value). (More on that)

The implementor probably forgot to check input for nan and included the raw representation of nan in the (C-level) calculation.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top