isnan

math.isnan()

Returns True if x is a NaN (not a number).

b??

REMARKS
* math module
* Return True if x is a NaN (not a number), and False otherwise.

import math 

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top