Skip to content

Commit

Permalink
Add math.tau to typeshed (python#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
afrieder authored and gvanrossum committed Dec 29, 2016
1 parent bbc7594 commit 6a15963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/2and3/math.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pi = ... # type: float
if sys.version_info >= (3, 5):
inf = ... # type: float
nan = ... # type: float
if sys.version_info >= (3, 6):
tau = ... # type: float

def acos(x: float) -> float: ...
def acosh(x: float) -> float: ...
Expand Down

0 comments on commit 6a15963

Please sign in to comment.