The accuracy.py module#

Summary#

Accuracy

Decimal precision evaluations for math operations.

LENGTH_ACCURACY

Constant for decimal accuracy in length comparisons.

ANGLE_ACCURACY

Constant for decimal accuracy in angle comparisons.

DOUBLE_ACCURACY

Constant for double accuracy.

Description#

Provides for evaluating decimal precision.

Module detail#

accuracy.LENGTH_ACCURACY: ansys.geometry.core.typing.Real = 1e-08#

Constant for decimal accuracy in length comparisons.

accuracy.ANGLE_ACCURACY: ansys.geometry.core.typing.Real = 1e-06#

Constant for decimal accuracy in angle comparisons.

accuracy.DOUBLE_ACCURACY: ansys.geometry.core.typing.Real = 1e-13#

Constant for double accuracy.