def myfunc(a: int, b: float) -> int: return a * b ** 0.5