File: //usr/local/lib/python3.7/test/__pycache__/test_strtod.cpython-37.pyc
B
��g9P � @ s� d dl Z d dlZd dlZd dlZd dlZeedd�dkrBe�d��e�dej ej
B �jZdd
d�Z
dZG d
d� dej�Zedkr�e�� dS )� N�float_repr_style� ZshortzHcorrectly-rounded string->float conversions not available on this systemam # A numeric string consists of:
(?P<sign>[-+])? # an optional sign, followed by
(?=\d|\.\d) # a number with at least one digit
(?P<int>\d*) # having a (possibly empty) integer part
(?:\.(?P<frac>\d*))? # followed by an optional fractional part
(?:E(?P<exp>[-+]?\d+))? # and an optional exponent
\Z
�5 ����� c C s, t | �}|dkrtd��|�d�p$d}t|�d�| �}t|�d�pFd�t|� }|�d�d k}|d
t|d� d
td| � } }
| s�|r�dS d
S | �� |
�� }||dkr�| |? n| | >