math_get_epsilon();
Returns: Real
This function will return the current epsilon value for the
target platform. For more information on epsilon, please see the
function math_set_epsilon().
var e = math_get_epsilon();
This will retrieve the current epsilon value and store it in a local variable.