Documentation

Function defined in library math

isnan(num)

isnannum

Returns True if the given value is 'Not a Number' (NaN).

numnumber to check

True if the value is NaN, False otherwise
Code
isnan(nan)
Result
True
Code
isnan(inf)
Result
False

See also isnan in the official documentation

Logo of PyTamaro

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI

Privacy PolicyPlatform Version ac3b665 (Fri, 26 Dec 2025 11:35:46 GMT)