factor more methods out of utils

This commit is contained in:
Konstantin Baierer 2020-11-27 13:16:55 +01:00
parent 8c72f8bc03
commit fb247dafc2
9 changed files with 3086 additions and 3027 deletions

View file

@ -0,0 +1,3 @@
def isNaN(num):
return num != num