Assert.RelativeApproximate (gb.test)
Static Function RelativeApproximate ( Got As Float, Expected As Float, RelPrecision As Float [ , Description As String ] ) As Boolean
Asserts that
Got has a
relative error to
Expected of at most
RelPrecision.
Expected may not be zero, unless
Got is also zero in which case the test succeeds.