remove duplicate math.pyi

This commit is contained in:
Matthias Kramm
2015-09-30 12:02:43 -07:00
parent bb65ba14bd
commit fc2ddb852c
2 changed files with 1 additions and 53 deletions

View File

@@ -31,6 +31,7 @@ def fsum(iterable: Iterable) -> float: ...
def gamma(x: float) -> float: ...
def hypot(x: float, y: float) -> float: ...
def isinf(x: float) -> bool: ...
def isfinite(x: float) -> bool: ...
def isnan(x: float) -> bool: ...
def ldexp(x: float, i: int) -> float: ...
def lgamma(x: float) -> float: ...