_extended_precision.pyc
1 o 2 [��c� � @ s� d Z ddlmZ ddlZddlmZmZmZm Z er`ej 3 e Zej 4 e Zej e Zej e Zeje Zeje Zeje Zeje Zejeef Zejeef Zejeef Zeje e f ZdS eZeZeZeZeZeZeZeZeZeZeZeZdS )z�A module with platform-specific extended precision 5 `numpy.number` subclasses. 6 7 The subclasses are defined here (instead of ``__init__.pyi``) such 8 that they can be imported conditionally via the numpy's mypy plugin. 9 � )� TYPE_CHECKINGN� )�_80Bit�_96Bit�_128Bit�_256Bit)�__doc__�typingr �numpy�np� r r r r �unsignedinteger�uint128�uint256� signedinteger�int128�int256�floating�float80�float96�float128�float256�complexfloating� 10 complex160� 11 complex192� 12 complex256� 13 complex512�Any� r r ��C:\Users\Jacks.GUTTSPC\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\numpy\_typing\_extended_precision.py�<module> s: 14 15 16 17 18 19 20 21