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.
2 parents 7cff6f3 + c5846b4 commit 5505950Copy full SHA for 5505950
quaddtype/numpy_quaddtype/__init__.pyi
@@ -36,6 +36,8 @@ __all__ = [
36
"get_quadblas_version",
37
]
38
39
+__version__: Final[str] = ...
40
+
41
def SleefQuadPrecision(value: _IntoQuad) -> QuadPrecision: ...
42
def LongDoubleQuadPrecision(value: _IntoQuad) -> QuadPrecision: ...
43
def SleefQuadPrecDType() -> QuadPrecDType: ...
0 commit comments