TestCenter Reference
Math.py File Reference

Go to the source code of this file.

Namespaces

 TestSupport.Math
 Basic math functions.
 

Functions

def TestSupport.Math.compareFloatEqual (a, b, epsilon=0.0001)
 Compare the given float values or lists of float values for equality. More...
 
def TestSupport.Math.compareFloatLessThan (a, b)
 Compare the two given float values if the first is less than the second. More...
 
def TestSupport.Math.compareFloatLessThanOrEqual (a, b, epsilon=0.0001)
 Compare the two given float values if the first is less than or equal to the second. More...