Builds function which executes a given callback only if value is not 'almost' equal to the target value.
The created function will have a "else" method, which can be used to bind default values.
Parameters
eps: number
epsilon number which defines the allowed difference to the target value.
Builds function which executes a given callback only if value is not 'almost' equal to the target value. The created function will have a "else" method, which can be used to bind default values.