Level 104
A double tilde is a double NOT bitwise operator.
Whenever used like this, it returns the floor of the value, e.g. 1.99 would round down to 1. It is not exactly the same as a floor function however; whenever dealing with negative numbers, it will act as a ceil function. In effect, it will remove the decimals from the value.