We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7d6c7 commit e4e0f7eCopy full SHA for e4e0f7e
1 file changed
stdlib/math/__init__.pyi
@@ -90,7 +90,7 @@ def isqrt(n: SupportsIndex, /) -> int: ...
90
def lcm(*integers: SupportsIndex) -> int: ...
91
def ldexp(x: _SupportsFloatOrIndex, i: int, /) -> float: ...
92
def lgamma(x: _SupportsFloatOrIndex, /) -> float: ...
93
-def log(x: _SupportsFloatOrIndex, base: _SupportsFloatOrIndex = ...) -> float: ...
+def log(x: _SupportsFloatOrIndex, base: _SupportsFloatOrIndex = ..., /) -> float: ...
94
def log10(x: _SupportsFloatOrIndex, /) -> float: ...
95
def log1p(x: _SupportsFloatOrIndex, /) -> float: ...
96
def log2(x: _SupportsFloatOrIndex, /) -> float: ...
0 commit comments