Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Creator: Bolodefchoco
- --Made in: 25/05/2016
- --Last update: 25/05/2016
- --[[ Notes:
- Does:
- Verifica se o valor introduzido é NaN
- Args:
- x --> Valor
- ]]--
- math.nnot=function(x)
- return x~=x
- end
Advertisement
Add Comment
Please, Sign In to add comment