Hacker News new | ask | show | jobs
by platistocrates 2425 days ago
~ means "approximately".
1 comments

~= means not equal in MATLAB. Also it often means one's complement (C and others). Hence the gp used it to mean NOT.
Lua as well (uses ~= instead of !=).