Ben Chuanlong Du's Blog

It is never too late to learn.

Special Numbers in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

In [ ]:
import np
In [ ]:
np.inf
In [ ]:
float("inf")
In [ ]:
np.nan
In [ ]:

Comments