| # Auto-generated by loom_benchmarks.util.pytest_from_test_strings. | |
| from solution import * # noqa: F401,F403 | |
| def test_mbpp_2() -> None: | |
| assert math.isclose(angle_complex(0,2j), 1.5707963267948966, rel_tol=0.001) | |
| # Auto-generated by loom_benchmarks.util.pytest_from_test_strings. | |
| from solution import * # noqa: F401,F403 | |
| def test_mbpp_2() -> None: | |
| assert math.isclose(angle_complex(0,2j), 1.5707963267948966, rel_tol=0.001) | |