Validation
NaN and infinity checks
| Function | What it does |
|---|---|
math.IsInf | Check if value is infinite (sign: 1=+inf, -1=-inf, 0=either) |
math.IsNaN | Check if value is Not-a-Number |
NaN and infinity checks
| Function | What it does |
|---|---|
math.IsInf | Check if value is infinite (sign: 1=+inf, -1=-inf, 0=either) |
math.IsNaN | Check if value is Not-a-Number |