ApproxUtility
This module contains routine for checking the equality.
Methodsβ
ποΈ ApproxEQ
This routine performs simple absolute comparison using an epsilon that is a compile-time constant.
ποΈ ApproxEQR
This performs a relative comparison by scaling the default epsilon-value to the size of the larger of the two.
ποΈ ApproxGE
Check Greater than or equal to operator.
ποΈ ApproxLE
Check Lesser than or equal to operator.
ποΈ Misc
Miscellaneous routines.
ποΈ SoftEQ
Check equality of two numbers.
ποΈ SoftEQR
Check equality of two numbers.
ποΈ SoftGE
Check greater than or equal to inequality of two numbers.
ποΈ SoftGT
Check greater than inequality of two numbers.
ποΈ SoftLE
Check lesser than or equal to inequality of two numbers.
ποΈ SoftLT
Check lesser than inequality of two numbers.