# Functions
Approx asserts that two floats are approximately equal to each other, within 9 decimal points of precision.
ApproxSlice asserts that two slices of floats are approximately equal to each other by element, within 9 decimal points of precision.
ContainsError asserts that an error contains a string within its message.