Use EXPECT_NEAR instead of EXPECT_EQ to account for a differences in atan2 implementation on macOS, more generally relying on exact float comparison for tests is error prone.
Use EXPECT_NEAR instead of EXPECT_EQ to account for a differences in atan2 implementation on macOS, more generally relying on exact float comparison for tests is error prone.