import numpy as np def have_fenv() -> bool: ... def random_double(size: int) -> np.float64: ... def test_add_round(size: int, mode: str): ...