Hacked By AnonymousFox
�
�Q�f&* � � � d Z ddlZddlZ ddlZd� Zd� Zd� Zd� Zd� Z dZ
d � Zd
� Zd� Z
d� Zd
� Zd� Zy# e$ r dZY �-w xY w)a� Python implementations of some algorithms for use by longobject.c.
The goal is to provide asymptotically faster algorithms that can be
used for operations on integers with many digits. In those cases, the
performance overhead of the Python implementation is not significant
since the asymptotic behavior is what dominates runtime. Functions
provided by this module should be considered private and not part of any
public API.
Note: for ease of maintainability, please prefer clear code and avoid
"micro-optimizations". This module will only be imported and used for
integers with a huge number of digits. Saving a few microseconds with
tricky or non-obvious code is not worth it. For people looking for
maximum performance, they should use something like gmpy2.� Nc �� ������ � t j � �d� �d�i ����� fd�� ���� fd��t j � 5 }t j |_ t j
|_ t j |_ d|j t j <