mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-27 22:31:12 +08:00
Add isfinite() to cmath. (Python 3 only)
This commit is contained in:
@@ -28,3 +28,6 @@ def sinh(x:_C) -> complex: ...
|
||||
def sqrt(x:_C) -> complex: ...
|
||||
def tan(x:_C) -> complex: ...
|
||||
def tanh(x:_C) -> complex: ...
|
||||
|
||||
if sys.version_info[0] >= 3:
|
||||
def isfinite(z:_C) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user