Precision utilities.
Checks if two numbers are equal with a given tolerance.
The first number.
The second number.
The acceptable difference as threshold. Default is Precision.FLOAT_EPSILON = 1e-3.
Precision.FLOAT_EPSILON = 1e-3
Checks if two vectors are equal with a given tolerance.
The first vector.
The second vector.
Generated using TypeDoc
Precision utilities.