Skip to contents

Set the value of the fuzz factor used in numeric expressions.

Usage

config_set_epsilon(value)

Arguments

value

float. New value of epsilon.

Value

No return value, called for side effects.

Examples

## [1] 1e-07

## [1] 1e-05

# Set it back to the default value.
config_set_epsilon(1e-7)