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.