
    sg                     L    d Z ddlmZ ddlmZ ddlmZ e G d de             Zy)z2Implementation of :class:`GMPYFiniteField` class.     )FiniteField)GMPYIntegerRing)publicc                   (     e Zd ZdZdZd fd	Z xZS )GMPYFiniteFieldz%Finite field based on GMPY integers. FF_gmpyc                 8    t         |   |t               |       y )N)super__init__r   )selfmod	symmetric	__class__s      V/var/www/html/venv/lib/python3.12/site-packages/sympy/polys/domains/gmpyfinitefield.pyr   zGMPYFiniteField.__init__   s    o/;    )T)__name__
__module____qualname____doc__aliasr   __classcell__)r   s   @r   r   r   	   s    /E< <r   r   N)r   sympy.polys.domains.finitefieldr   #sympy.polys.domains.gmpyintegerringr   sympy.utilitiesr   r    r   r   <module>r      s,    8 8 ? "<k < <r   