_test_round.pyi 143 Bytes Raw Blame History Permalink 1 2 3 4 5 import numpy as np def have_fenv() -> bool: ... def random_double(size: int) -> np.float64: ... def test_add_round(size: int, mode: str): ...