Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/lib64/python2.6/fractions.pyc |
��
���Lc @ s� d Z d d k l Z d d k Z d d k Z d d k Z d d k Z d d g Z e i Z d � Z e i
d e i � Z d e f d � � YZ
d S( s+ Rational, infinite-precision, real numbers.i����( t divisionNt Fractiont gcdc C s$ x | o | | | } } q W| S( s� Calculate 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).
( ( t at b( ( s! /usr/lib64/python2.6/fractions.pyR s s
\A\s* # optional whitespace at the start, then
(?P<sign>[-+]?) # an optional sign, then
(?=\d|\.\d) # lookahead for digit or .digit
(?P<num>\d*) # numerator (possibly empty)
(?: # followed by an optional
/(?P<denom>\d+) # / and denominator
| # or
\.(?P<decimal>\d*) # decimal point and fractional part
)?
\s*\Z # and optional whitespace to finish
c B s� e Z d Z d( Z d d d � Z e d � � Z e d � � Z d d � Z e d
� � Z
e d � � Z d � Z d
� Z
d � Z d � Z e e e i � \ Z Z d � Z e e e i � \ Z Z d � Z e e e i � \ Z Z d � Z e e e i � \ Z Z e e e i � \ Z! Z"