Bolodefchoco_LUAXML

[Math] math.nnot

May 26th, 2016
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. --Creator: Bolodefchoco
  2. --Made in: 25/05/2016
  3. --Last update: 25/05/2016
  4. --[[ Notes:
  5.     Does:
  6.         Verifica se o valor introduzido é NaN
  7.     Args:
  8.         x --> Valor
  9. ]]--
  10.  
  11. math.nnot=function(x)
  12.     return x~=x
  13. end
Advertisement
Add Comment
Please, Sign In to add comment