_test_internal.pyi 363 B

12345678910
  1. from typing import Tuple
  2. import numpy as np
  3. def have_fenv() -> bool: ...
  4. def random_double(size: int) -> np.float64: ...
  5. def test_add_round(size: int, mode: str): ...
  6. def _dd_exp(xhi: float, xlo: float) -> Tuple[float, float]: ...
  7. def _dd_log(xhi: float, xlo: float) -> Tuple[float, float]: ...
  8. def _dd_expm1(xhi: float, xlo: float) -> Tuple[float, float]: ...