Home
last modified time | relevance | path

Searched refs:SupportsFloat (Results 1 – 25 of 145) sorted by relevance

123456

/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dmath.pyi15 def atan2(__y: SupportsFloat, __x: SupportsFloat) -> float: ...
22 def copysign(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
28 def dist(__p: Iterable[SupportsFloat], __q: Iterable[SupportsFloat]) -> float: ...
37 def fmod(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
52 def hypot(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
54 def isclose(a: SupportsFloat, b: SupportsFloat, *, rel_tol: SupportsFloat = ..., abs_tol: SupportsF…
67 def log(x: SupportsFloat, base: SupportsFloat = ...) -> float: ...
74 def nextafter(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
79 def pow(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
85 def prod(__iterable: Iterable[SupportsFloat], *, start: SupportsFloat = ...) -> float: ...
[all …]
H A Dcmath.pyi1 from typing import SupportsComplex, SupportsFloat, Tuple, Union
11 _C = Union[SupportsFloat, SupportsComplex, complex]
22 def isclose(a: _C, b: _C, *, rel_tol: SupportsFloat = ..., abs_tol: SupportsFloat = ...) -> bool: .…
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dmath.pyi6 def acos(__x: SupportsFloat) -> float: ...
7 def acosh(__x: SupportsFloat) -> float: ...
8 def asin(__x: SupportsFloat) -> float: ...
9 def asinh(__x: SupportsFloat) -> float: ...
10 def atan(__x: SupportsFloat) -> float: ...
11 def atan2(__y: SupportsFloat, __x: SupportsFloat) -> float: ...
14 def copysign(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
25 def fmod(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
29 def hypot(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
34 def log(x: SupportsFloat, base: SupportsFloat = ...) -> float: ...
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dmath.pyi16 def acos(__x: SupportsFloat) -> float: ...
21 def atan2(__y: SupportsFloat, __x: SupportsFloat) -> float: ...
27 def copysign(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
32 def dist(__p: Iterable[SupportsFloat], __q: Iterable[SupportsFloat]) -> float: ...
43 def fmod(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
52 def hypot(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
54 …def isclose(a: SupportsFloat, b: SupportsFloat, *, rel_tol: SupportsFloat = ..., abs_tol: Supports…
63 def log(x: SupportsFloat, base: SupportsFloat = ...) -> float: ...
69 def pow(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
74 def prod(__iterable: Iterable[SupportsFloat], *, start: SupportsFloat = ...) -> float: ...
[all …]
H A Dcmath.pyi4 from typing import SupportsComplex, SupportsFloat, Tuple, Union
15 _C = Union[SupportsFloat, SupportsComplex]
27 …def isclose(a: _C, b: _C, *, rel_tol: SupportsFloat = ..., abs_tol: SupportsFloat = ...) -> bool: …
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dmath.pyi16 def acos(x: SupportsFloat) -> float: ...
21 def atan2(y: SupportsFloat, x: SupportsFloat) -> float: ...
27 def copysign(x: SupportsFloat, y: SupportsFloat) -> float: ...
32 def dist(__p: Iterable[SupportsFloat], __q: Iterable[SupportsFloat]) -> float: ...
43 def fmod(x: SupportsFloat, y: SupportsFloat) -> float: ...
52 def hypot(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
54 …def isclose(a: SupportsFloat, b: SupportsFloat, rel_tol: SupportsFloat = ..., abs_tol: SupportsFlo…
63 def log(x: SupportsFloat, base: SupportsFloat = ...) -> float: ...
69 def pow(x: SupportsFloat, y: SupportsFloat) -> float: ...
74 def prod(__iterable: Iterable[SupportsFloat], *, start: SupportsFloat = ...) -> float: ...
[all …]
H A Dcmath.pyi4 from typing import SupportsComplex, SupportsFloat, Tuple, Union
15 _C = Union[SupportsFloat, SupportsComplex]
27 …def isclose(a: _C, b: _C, *, rel_tol: SupportsFloat = ..., abs_tol: SupportsFloat = ...) -> bool: …
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dmath.pyi17 def atan2(__y: SupportsFloat, __x: SupportsFloat) -> float: ...
29 def copysign(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
35 def dist(__p: Iterable[SupportsFloat], __q: Iterable[SupportsFloat]) -> float: ...
50 def fmod(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
65 def hypot(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
68 …def isclose(a: SupportsFloat, b: SupportsFloat, *, rel_tol: SupportsFloat = ..., abs_tol: Supports…
85 def log(x: SupportsFloat, base: SupportsFloat = ...) -> float: ...
95 def nextafter(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
100 def pow(__x: SupportsFloat, __y: SupportsFloat) -> float: ...
106 def prod(__iterable: Iterable[SupportsFloat], *, start: SupportsFloat = ...) -> float: ...
[all …]
H A Dcmath.pyi2 from typing import SupportsComplex, SupportsFloat, Tuple, Union
13 _C = Union[SupportsFloat, SupportsComplex, complex]
26 …def isclose(a: _C, b: _C, *, rel_tol: SupportsFloat = ..., abs_tol: SupportsFloat = ...) -> bool: …
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/dateutil/
H A Drelativedelta.pyi1 from typing import overload, Any, List, Optional, SupportsFloat, TypeVar, Union
83 def __mul__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
84 def __rmul__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
87 def __div__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
88 def __truediv__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/python-dateutil/dateutil/
H A Drelativedelta.pyi2 from typing import Optional, SupportsFloat, TypeVar, Union, overload
89 def __mul__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
90 def __rmul__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
93 def __div__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
94 def __truediv__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/dateutil/
H A Drelativedelta.pyi1 from typing import overload, Any, List, Optional, SupportsFloat, TypeVar, Union
83 def __mul__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
84 def __rmul__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
87 def __div__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
88 def __truediv__(self: _SelfT, other: SupportsFloat) -> _SelfT: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dstatistics.pyi6 from typing import Any, Iterable, List, Optional, SupportsFloat, Type, TypeVar, Union
15 def fmean(data: Iterable[SupportsFloat]) -> float: ...
16 def geometric_mean(data: Iterable[SupportsFloat]) -> float: ...
48 def from_samples(cls: Type[_T], data: Iterable[SupportsFloat]) -> _T: ...
/dports/devel/py-mypy/mypy-0.910/test-data/unit/
H A Dcheck-type-promotion.test49 class SupportsFloat(Protocol):
53 def f(x: Union[SupportsFloat, T]) -> Union[SupportsFloat, T]: pass
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap.py24 SupportsFloat,
78 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
82 def __init__(self, value_map: Mapping[grid_qubit.GridQubit, SupportsFloat], **kwargs): argument
90 Mapping[QubitTuple, SupportsFloat], Mapping[grid_qubit.GridQubit, SupportsFloat] argument
126 self._value_map: Mapping[QubitTuple, SupportsFloat] = {
325 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
H A Dhistogram.py14 from typing import Any, Mapping, Optional, Sequence, Union, SupportsFloat
21 data: Union[Sequence[SupportsFloat], Mapping[Any, SupportsFloat]], argument
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap.py24 SupportsFloat,
78 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
82 def __init__(self, value_map: Mapping[grid_qubit.GridQubit, SupportsFloat], **kwargs): argument
90 Mapping[QubitTuple, SupportsFloat], Mapping[grid_qubit.GridQubit, SupportsFloat] argument
126 self._value_map: Mapping[QubitTuple, SupportsFloat] = {
325 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
H A Dhistogram.py14 from typing import Any, Mapping, Optional, Sequence, Union, SupportsFloat
21 data: Union[Sequence[SupportsFloat], Mapping[Any, SupportsFloat]], argument
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/vis/
H A Dheatmap.py24 SupportsFloat,
78 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
82 def __init__(self, value_map: Mapping[grid_qubit.GridQubit, SupportsFloat], **kwargs): argument
90 Mapping[QubitTuple, SupportsFloat], Mapping[grid_qubit.GridQubit, SupportsFloat] argument
126 self._value_map: Mapping[QubitTuple, SupportsFloat] = {
325 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
H A Dhistogram.py14 from typing import Any, Mapping, Optional, Sequence, Union, SupportsFloat
21 data: Union[Sequence[SupportsFloat], Mapping[Any, SupportsFloat]], argument
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap.py24 SupportsFloat,
78 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
82 def __init__(self, value_map: Mapping[grid_qubit.GridQubit, SupportsFloat], **kwargs): argument
90 Mapping[QubitTuple, SupportsFloat], Mapping[grid_qubit.GridQubit, SupportsFloat] argument
126 self._value_map: Mapping[QubitTuple, SupportsFloat] = {
325 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
H A Dhistogram.py14 from typing import Any, Mapping, Optional, Sequence, Union, SupportsFloat
21 data: Union[Sequence[SupportsFloat], Mapping[Any, SupportsFloat]], argument
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/vis/
H A Dheatmap.py24 SupportsFloat,
78 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
82 def __init__(self, value_map: Mapping[grid_qubit.GridQubit, SupportsFloat], **kwargs): argument
88 Mapping[QubitTuple, SupportsFloat], Mapping[grid_qubit.GridQubit, SupportsFloat] argument
124 self._value_map: Mapping[QubitTuple, SupportsFloat] = {
322 def __init__(self, value_map: Mapping[QubitTuple, SupportsFloat], **kwargs): argument
H A Dhistogram.py14 from typing import Any, Mapping, Optional, Sequence, Union, SupportsFloat
21 data: Union[Sequence[SupportsFloat], Mapping[Any, SupportsFloat]], argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dstatistics.pyi6 from typing import Any, Iterable, List, Optional, SupportsFloat, Type, TypeVar, Union, Protocol, Ha…
23 def fmean(data: Iterable[SupportsFloat]) -> float: ...
24 def geometric_mean(data: Iterable[SupportsFloat]) -> float: ...
56 def from_samples(cls: Type[_T], data: Iterable[SupportsFloat]) -> _T: ...

123456