Updated How to determine if a number is valid, NaN or Inf?.md (markdown)
commited
commit
593298afaf46e28f3257fae0ec67c1a943a2dead
... | ... | @@ -1,3 +1,3 @@ |
1 | You can validate a number by using this simple trick. Plug the number on both inputs of `Equal Numbers` and if it outputs `True` then it's a valid number else it's either `NaN` or `Inf`. |
|
1 | You can validate a number by using this simple trick. Plug the number on both inputs of [[Equal Numbers]] and if it outputs `True` then it's a valid number else it's either `NaN` or `Inf`. |
|
2 | 2 | |
3 | 3 | [[/uploads/Screenshot_20200217_113620.png]] |
... | ... | \ No newline at end of file |