Returns a Boolean if this value almost equals the other value (not equals).
Example:
2 almostEq 1.99999 // true1.99999 almostEq 2 // true2 almostEq 2 // false
1.1.0