pub fn assert_close<T: Float>(actual: T, expected: T, rtol: T)
Assert that the actual value is within the relative tolerance of the expected value.
Panics if the assertion is failed.