Server IP : 184.154.167.98 / Your IP : 3.133.131.95 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib64/python2.7/ |
Upload File : |
� zfc @ s� d Z d d l m Z e d d d �[ d d l Z d d d g Z e j d � Z y d e f d � � YZ Wn e k r� d Z n Xd � Z d � Z d � Z d � Z d � Z d � Z d S( s8 General floating point formatting functions. Functions: fix(x, digits_behind) sci(x, digits_behind) Each takes a number or a string and a number of digits as arguments. Parameters: x: number to be formatted; or a string resembling a number digits_behind: number of digits behind the decimal point i����( t warnpy3ks2 the fpformat module has been removed in Python 3.0t stackleveli Nt fixt scit NotANumbers+ ^([-+]?)(\d*)((?:\.\d*)?)(([eE][-+]?\d+)?)$c B s e Z RS( ( t __name__t __module__( ( ( s /usr/lib64/python2.7/fpformat.pyR s s fpformat.NotANumberc C s� t j | � } | d k r'