?¡ëPNG  IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À? ¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
Ñò \ÐKc@sHdddddddddd d d d d gZddkiiZddklZlZlZlZl Z l Z ddk l Z ddk lZlZdZddd„Zeid„Zd„Zd„Zd„Zd„Zd„Zd„Zd„Zd„Zd d!„Zd"„Zhd#d$6d%d&6d'd(6d)d*6d+d,6d-d.6d/d06d1d26d3d46d5d66d7d86d9d:6d;d<6d=d6d>d?6d@dA6dBdC6dDdE6dFdG6dHdI6dJdK6dLdM6ZdN„Zei ei!ei"gei#ei$ei%ggZ&hdOei 6dPei!6dQei"6dOei#6dPei$6dQei%6Z'dR„Z(dS„Z)dS(Tt iscomplexobjt isrealobjtimagt iscomplextisrealt nan_to_numtrealt real_if_closettypenametasfarrayt mintypecodetasscalart common_typet datetime_dataiÿÿÿÿN(tasarrayt asanyarraytarraytisnant obj2sctypetzeros(tMETADATA_DTSTR(tisneginftisposinfsGDFgdfQqLlIiHhBb?tGDFgdftdc Csùg}|D]9}|t|ƒtdƒjo|pt|ƒiiq ~}g}|D]}||jo ||qXqX~}|p|Sd|jod|jodSg}x0|D](}ti|ƒ} |i| |fƒq·W|iƒ|ddS(sé Return the character for the minimum-size type to which given types can be safely cast. The returned type character must represent the smallest size dtype such that an array of the returned type can handle the data from an array of all types in `typechars` (or if `typechars` is an array, then its dtype.char). Parameters ---------- typechars : list of str or array_like If a list of strings, each string should represent a dtype. If array_like, the character representation of the array dtype is used. typeset : str or list of str, optional The set of characters that the returned character is chosen from. The default set is 'GDFgdf'. default : str, optional The default character, this is returned if none of the characters in `typechars` matches a character in `typeset`. Returns ------- typechar : str The character representing the minimum-size type that was found. See Also -------- dtype, sctype2char, maximum_sctype Examples -------- >>> np.mintypecode(['d', 'f', 'S']) 'd' >>> x = np.array([1.1, 2-3.j]) >>> np.mintypecode(x) 'D' >>> np.mintypecode('abceh', default='G') 'G' ttFRtDii(ttypeRtdtypetchart_typecodes_by_elsizetindextappendtsort( t typecharsttypesettdefaultt_[1]ttt typecodest_[2]t intersectiontlti((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR s+F2 cCs?ti|ƒ}t|tiƒp ti}nt|d|ƒS(sM Return an array converted to a float type. Parameters ---------- a : array_like The input array. dtype : str or dtype object, optional Float type code to coerce input array `a`. If `dtype` is one of the 'int' dtypes, it is replaced with float64. Returns ------- out : ndarray The input `a` as a float ndarray. Examples -------- >>> np.asfarray([2, 3]) array([ 2., 3.]) >>> np.asfarray([2, 3], dtype='float') array([ 2., 3.]) >>> np.asfarray([2, 3], dtype='int8') array([ 2., 3.]) R(t_nxRt issubclasstinexacttfloat_R(taR((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR Is cCs t|ƒiS(s‰ Return the real part of the elements of the array. Parameters ---------- val : array_like Input array. Returns ------- out : ndarray Output array. If `val` is real, the type of `val` is used for the output. If `val` has complex elements, the returned type is float. See Also -------- real_if_close, imag, angle Examples -------- >>> a = np.array([1+2j, 3+4j, 5+6j]) >>> a.real array([ 1., 3., 5.]) >>> a.real = 9 >>> a array([ 9.+2.j, 9.+4.j, 9.+6.j]) >>> a.real = np.array([9, 8, 7]) >>> a array([ 9.+2.j, 8.+4.j, 7.+6.j]) (RR(tval((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyRis cCs t|ƒiS(sO Return the imaginary part of the elements of the array. Parameters ---------- val : array_like Input array. Returns ------- out : ndarray Output array. If `val` is real, the type of `val` is used for the output. If `val` has complex elements, the returned type is float. See Also -------- real, angle, real_if_close Examples -------- >>> a = np.array([1+2j, 3+4j, 5+6j]) >>> a.imag array([ 2., 4., 6.]) >>> a.imag = np.array([8, 10, 12]) >>> a array([ 1. +8.j, 3.+10.j, 5.+12.j]) (RR(R2((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR‹scCsJt|ƒ}t|iitiƒo|idjSt|it ƒ}| S(se Returns a bool array, where True if input element is complex. What is tested is whether the input has a non-zero imaginary part, not if the input type is complex. Parameters ---------- x : array_like Input array. Returns ------- out : ndarray of bools Output array. See Also -------- isreal iscomplexobj : Return True if x is a complex type or an array of complex numbers. Examples -------- >>> np.iscomplex([1+1j, 1+0j, 4.5, 3, 2, 2j]) array([ True, False, False, False, False, True], dtype=bool) i( RR.RRR-tcomplexfloatingRRtshapetbool(txtaxtres((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyRªs  cCst|ƒdjS(s> Returns a bool array, where True if input element is real. If element has complex type with zero complex part, the return value for that element is True. Parameters ---------- x : array_like Input array. Returns ------- out : ndarray, bool Boolean array of same shape as `x`. See Also -------- iscomplex isrealobj : Return True if x is not a complex type. Examples -------- >>> np.isreal([1+1j, 1+0j, 4.5, 3, 2, 2j]) array([False, True, True, True, True, False], dtype=bool) i(R(R6((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyRÍscCstt|ƒiitiƒS(s‰ Return True if x is a complex type or an array of complex numbers. The type of the input is checked, not the value. So even if the input has an imaginary part equal to zero, `iscomplexobj` evaluates to True if the data type is complex. Parameters ---------- x : any The input can be of any type and shape. Returns ------- y : bool The return value, True if `x` is of a complex type. See Also -------- isrealobj, iscomplex Examples -------- >>> np.iscomplexobj(1) False >>> np.iscomplexobj(1+0j) True np.iscomplexobj([3, 1+0j, True]) True (R.RRRR-R3(R6((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyRës cCstt|ƒiitiƒ S(sˆ Return True if x is a not complex type or an array of complex numbers. The type of the input is checked, not the value. So even if the input has an imaginary part equal to zero, `isrealobj` evaluates to False if the data type is complex. Parameters ---------- x : any The input can be of any type and shape. Returns ------- y : bool The return value, False if `x` is of a complex type. See Also -------- iscomplexobj, isreal Examples -------- >>> np.isrealobj(1) True >>> np.isrealobj(1+0j) False >>> np.isrealobj([3, 1+0j, True]) False (R.RRRR-R3(R6((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR s cCs/ddkl}|i|ƒ}|i|ifS(Niÿÿÿÿ(t getlimits(t numpy.coreR9tfinfotmaxtmin(R'R9tf((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyt _getmaxmin1sc CsOy|ii}Wn%tj ott|ƒƒ}nXt|tiƒot|iƒdt|i ƒSy|i ƒ}Wntj ot |ƒ}nXt|ti ƒpœ|i pt |gƒ}t}nt}t|ƒ}t|ƒ}t|ƒ}t|iiƒ\}}d||<|||<|||<|o|d}qKn|S(s¿ Replace nan with zero and inf with finite numbers. Returns an array or scalar replacing Not a Number (NaN) with zero, (positive) infinity with a very large number and negative infinity with a very small (or negative) number. Parameters ---------- x : array_like Input data. Returns ------- out : ndarray, float Array with the same shape as `x` and dtype of the element in `x` with the greatest precision. NaN is replaced by zero, and infinity (-infinity) is replaced by the largest (smallest or most negative) floating point value that fits in the output dtype. All finite numbers are upcast to the output dtype (default float64). See Also -------- isinf : Shows which elements are negative or negative infinity. isneginf : Shows which elements are negative infinity. isposinf : Shows which elements are positive infinity. isnan : Shows which elements are Not a Number (NaN). isfinite : Shows which elements are finite (not NaN, not infinity) Notes ----- Numpy uses the IEEE Standard for Binary Floating-Point for Arithmetic (IEEE 754). This means that Not a Number is not equivalent to infinity. Examples -------- >>> x = np.array([np.inf, -np.inf, np.nan, -128, 128]) >>> np.nan_to_num(x) array([ 1.79769313e+308, -1.79769313e+308, 0.00000000e+000, -1.28000000e+002, 1.28000000e+002]) yð?i(RRtAttributeErrorRR.R-R3RRRtcopyRtintegerR4tTruetFalseRRRR?( R6R'tytscalartare_inft are_neg_inftare_nantmaxftminf((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR6s2,        idcCsšt|ƒ}t|iitiƒp|S|djo6ddkl}|i|iiƒ}|i |}nti |i dd|ƒo |i }n|S(sK If complex input returns a real array if complex parts are close to zero. "Close to zero" is defined as `tol` * (machine epsilon of the type for `a`). Parameters ---------- a : array_like Input array. tol : float Tolerance in machine epsilons for the complex part of the elements in the array. Returns ------- out : ndarray If `a` is real, the type of `a` is used for the output. If `a` has complex elements, the returned type is float. See Also -------- real, imag, angle Notes ----- Machine epsilon varies from machine to machine and between data types but Python floats on most platforms have a machine epsilon equal to 2.2204460492503131e-16. You can use 'np.finfo(np.float).eps' to print out the machine epsilon for floats. Examples -------- >>> np.finfo(np.float).eps 2.2204460492503131e-16 >>> np.real_if_close([2.1 + 4e-14j], tol=1000) array([ 2.1]) >>> np.real_if_close([2.1 + 4e-13j], tol=1000) array([ 2.1 +4.00000000e-13j]) iiÿÿÿÿ(R9itatol( RR.RRR-R3R:R9R;tepstallcloseRR(R1ttolR9R>((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR€s+   cCs |iƒS(sE Convert an array of size 1 to its scalar equivalent. Parameters ---------- a : ndarray Input array of size 1. Returns ------- out : scalar Scalar representation of `a`. The input data type is preserved. Examples -------- >>> np.asscalar(np.array([24])) 24 (titem(R1((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR ·st charactertS1R5t?s signed chartbs unsigned chartBtshortthsunsigned shorttHRBR,sunsigned integertIs long integerR+sunsigned long integertLslong long integertqsunsigned long long integertQssingle precisionR>sdouble precisionslong precisiontgscomplex single precisionRscomplex double precisionRscomplex long double precisiontGtstringtStunicodetUtvoidtVtobjecttOcCst|S(sC Return a description for the given data type code. Parameters ---------- char : str Data type code. Returns ------- out : str Description of the input data type code. See Also -------- dtype, typecodes Examples -------- >>> typechars = ['S1', '?', 'B', 'D', 'G', 'F', 'I', 'H', 'L', 'O', 'Q', ... 'S', 'U', 'V', 'b', 'd', 'g', 'f', 'i', 'h', 'l', 'q'] >>> for typechar in typechars: ... print typechar, ' : ', np.typename(typechar) ... S1 : character ? : bool B : unsigned char D : complex double precision G : complex long double precision F : complex single precision I : unsigned integer H : unsigned short L : unsigned long integer O : object Q : unsigned long long integer S : string U : unicode V : void b : signed char d : double precision g : long precision f : single precision i : integer h : short l : long integer q : long long integer (t _namefromtype(R((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyRçs1iiicGs¿t}d}xŒ|D]„}|ii}t|ƒo t}nt|tiƒo d}n0ti |dƒ}|djot dƒ‚nt ||ƒ}qW|o t d|St d|SdS(s° Return a scalar type which is common to the input arrays. The return type will always be an inexact (i.e. floating point) scalar type, even if all the arrays are integer arrays. If one of the inputs is an integer array, the minimum precision type that is returned is a 64-bit floating point dtype. All input arrays can be safely cast to the returned dtype without loss of information. Parameters ---------- array1, array2, ... : ndarrays Input arrays. Returns ------- out : data type code Data type code. See Also -------- dtype, mintypecode Examples -------- >>> np.common_type(np.arange(2, dtype=np.float32)) >>> np.common_type(np.arange(2, dtype=np.float32), np.arange(2)) >>> np.common_type(np.arange(4), np.array([45, 6.j]), np.array([45.0])) iis+can't get common type for non-numeric arrayN(RDRRRRCR.R-RBtarray_precisiontgettNonet TypeErrorR<t array_type(tarrayst is_complext precisionR1R'tp((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR %s $      c sZyddk‰Wntj otd‚nX|id jo td‚n|it}dˆif‡fd†ƒY}ˆii }ˆi g|_ ˆi |_ |ˆi |ƒƒ}ˆiˆi |ƒˆi|ƒƒ}|d }|i}dd kl}ˆi |ƒ}||ƒ}ˆiˆi |ƒˆiˆiƒƒ}|||i|i|ifS( sHReturn (unit, numerator, denominator, events) from a datetime dtype iÿÿÿÿNs:Cannot access date-time internals without ctypes installedtmtMsNot a date-time dtypet DATETIMEMETAcs>eZdˆifdˆifdˆifdˆifgZRS(tbasetnumtdentevents(t__name__t __module__tc_intt_fields_((tctypes(s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyRsgs   i(t DATETIMEUNITS(RqRr(R|t ImportErrort RuntimeErrortkindt ValueErrortmetadataRt Structuret pythonapitPyCObject_AsVoidPtrt py_objecttargtypestc_void_ptrestypetcasttPOINTERRttnumpy.core.multiarrayR}tc_char_pRuRvRw( RtobjRstfunctresulttstructRtR}t _unitnum2name((R|s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pyR [s(    $   '(*t__all__tnumpy.core.numerictcoretnumericR-RRRRRRRŒRt ufunclikeRRRR R0R RRRRRRR?RRR RgRtsingletdoublet longdoubletcsingletcdoublet clongdoubleRlRhR R (((s:/usr/lib64/python2.6/site-packages/numpy/lib/type_check.pytsj    .9 "  #  " $  J 7    6       6