/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/lib/__pycache__
NameSizeModeActions
arraypad.cpython-311.pyc307070644editdlrm
arraysetops.cpython-311.pyc372060644editdlrm
arrayterator.cpython-311.pyc103600644editdlrm
format.cpython-311.pyc367920644editdlrm
function_base.cpython-311.pyc2129720644editdlrm
histograms.cpython-311.pyc418690644editdlrm
index_tricks.cpython-311.pyc382250644editdlrm
mixins.cpython-311.pyc92830644editdlrm
nanfunctions.cpython-311.pyc706960644editdlrm
npyio.cpython-311.pyc1057840644editdlrm
polynomial.cpython-311.pyc562950644editdlrm
recfunctions.cpython-311.pyc704500644editdlrm
scimath.cpython-311.pyc182340644editdlrm
setup.cpython-311.pyc9470644editdlrm
shape_base.cpython-311.pyc456070644editdlrm
stride_tricks.cpython-311.pyc209800644editdlrm
twodim_base.cpython-311.pyc393220644editdlrm
type_check.cpython-311.pyc238690644editdlrm
ufunclike.cpython-311.pyc75440644editdlrm
user_array.cpython-311.pyc186240644editdlrm
utils.cpython-311.pyc461730644editdlrm
_datasource.cpython-311.pyc269920644editdlrm
_iotools.cpython-311.pyc377690644editdlrm
_version.cpython-311.pyc71360644editdlrm
__init__.cpython-311.pyc34520644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/lib/__pycache__/ufunclike.cpython-311.pyc (7544B)
§ «%ñJ5tKãóØ—dZgd¢ZddlmcmZddlmZddlZddl Z d d„Z ee dd¬¦«d d „¦«Z ee dd¬¦«d d „¦«Z ee dd¬¦«d d „¦«Z dS) zr Module of functions that are like ufuncs in acting on arrays and optionally storing results in an output array. )ÚfixÚisneginfÚisposinféN)Úarray_function_dispatchcó —||fS©N©)ÚxÚouts úg/builddir/build/BUILD/cloudlinux-venv-1.0.12/venv/lib64/python3.11/site-packages/numpy/lib/ufunclike.pyÚ _dispatcherr s €Ø ˆsˆ8€OóFÚnumpy)ÚverifyÚmodulecóô—tjtj||¬¦«¦«}tj||tj|d¦«¬¦«}|€#t |¦«tjur|d}|S)aL Round to nearest integer towards zero. Round an array of floats element-wise to nearest integer towards zero. The rounded values are returned as floats. Parameters ---------- x : array_like An array of floats to be rounded out : ndarray, optional A location into which the result is stored. If provided, it must have a shape that the input broadcasts to. If not provided or None, a freshly-allocated array is returned. Returns ------- out : ndarray of floats A float array with the same dimensions as the input. If second argument is not supplied then a float array is returned with the rounded values. If a second argument is supplied the result is stored there. The return value `out` is then a reference to that array. See Also -------- rint, trunc, floor, ceil around : Round to given number of decimals Examples -------- >>> np.fix(3.14) 3.0 >>> np.fix(3) 3.0 >>> np.fix([2.1, 2.9, -2.1, -2.9]) array([ 2., 2., -2., -2.]) )r r)r ÚwhereNr )ÚnxÚ asanyarrayÚceilÚfloorÚ greater_equalÚtypeÚndarray)r r Úress r rrsm€õV Œ-�œ  sÐ+Ñ+Ô+Ñ ,Ô ,€CÝ Œ(�1˜#¥RÔ%5°a¸Ñ%;Ô%;Ð <Ñ <Ô <€Cð €{•t˜C‘y”y¥B¤JÐ.Ð.Ø�"ŒgˆØ €Jrcó—tj|¦«} tj|¦«}tj|||¦«S#t$r2}tj|¦«j}t d|›d�¦«|‚d}~wwxYw)aò Test element-wise for positive infinity, return result as bool array. Parameters ---------- x : array_like The input array. out : array_like, optional A location into which the result is stored. If provided, it must have a shape that the input broadcasts to. If not provided or None, a freshly-allocated boolean array is returned. Returns ------- out : ndarray A boolean array with the same dimensions as the input. If second argument is not supplied then a boolean array is returned with values True where the corresponding element of the input is positive infinity and values False where the element of the input is not positive infinity. If a second argument is supplied the result is stored there. If the type of that array is a numeric type the result is represented as zeros and ones, if the type is boolean then as False and True. The return value `out` is then a reference to that array. See Also -------- isinf, isneginf, isfinite, isnan Notes ----- NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic (IEEE 754). Errors result if the second argument is also supplied when x is a scalar input, if first and second arguments have different shapes, or if the first argument has complex values Examples -------- >>> np.isposinf(np.PINF) True >>> np.isposinf(np.inf) True >>> np.isposinf(np.NINF) False >>> np.isposinf([-np.inf, 0., np.inf]) array([False, False, True]) >>> x = np.array([-np.inf, 0., np.inf]) >>> y = np.array([2, 2, 2]) >>> np.isposinf(x, y) array([0, 0, 1]) >>> y array([0, 0, 1]) ú$This operation is not supported for ú& values because it would be ambiguous.N©rÚisinfÚsignbitÚ logical_andÚ TypeErrorrÚdtype©r r Úis_infr!Úer$s r rrGsŸ€õxŒX�a‰[Œ[€Fð4Ý”:˜a‘=”=�.ˆõ Œ~˜f g¨sÑ3Ô3Ð3øõ ðAðAðAÝ” ˜aÑ Ô Ô&ˆÝð9¸uð9ð9ð9ñ:ô:Ø?@ð AøøøøðAøøøs–AÁ A=Á -A8Á8A=cóþ—tj|¦«} tj|¦«}tj|||¦«S#t$r2}tj|¦«j}t d|›d�¦«|‚d}~wwxYw)aú Test element-wise for negative infinity, return result as bool array. Parameters ---------- x : array_like The input array. out : array_like, optional A location into which the result is stored. If provided, it must have a shape that the input broadcasts to. If not provided or None, a freshly-allocated boolean array is returned. Returns ------- out : ndarray A boolean array with the same dimensions as the input. If second argument is not supplied then a numpy boolean array is returned with values True where the corresponding element of the input is negative infinity and values False where the element of the input is not negative infinity. If a second argument is supplied the result is stored there. If the type of that array is a numeric type the result is represented as zeros and ones, if the type is boolean then as False and True. The return value `out` is then a reference to that array. See Also -------- isinf, isposinf, isnan, isfinite Notes ----- NumPy uses the IEEE Standard for Binary Floating-Point for Arithmetic (IEEE 754). Errors result if the second argument is also supplied when x is a scalar input, if first and second arguments have different shapes, or if the first argument has complex values. Examples -------- >>> np.isneginf(np.NINF) True >>> np.isneginf(np.inf) False >>> np.isneginf(np.PINF) False >>> np.isneginf([-np.inf, 0., np.inf]) array([ True, False, False]) >>> x = np.array([-np.inf, 0., np.inf]) >>> y = np.array([2, 2, 2]) >>> np.isneginf(x, y) array([1, 0, 0]) >>> y array([1, 0, 0]) rrNrr%s r rrŽs�€õxŒX�a‰[Œ[€Fð4Ý”*˜Q‘-”-ˆõ Œ~˜f g¨sÑ3Ô3Ð3øõ ðAðAðAÝ” ˜aÑ Ô Ô&ˆÝð9¸uð9ð9ð9ñ:ô:Ø?@ð AøøøøðAøøøs–AÁ A<Á -A7Á7A<r)Ú__doc__Ú__all__Únumpy.core.numericÚcoreÚnumericrÚnumpy.core.overridesrÚwarningsÚ functoolsr rrrr rr úr1s$ðððð *Ð )Ð )€àÐÐÐÐÐÐÐÐØ8Ð8Ð8Ð8Ð8Ð8Ø€€€ØÐÐÐðððððИ¨U¸7ÐCÑCÔCð1ð1ð1ñDÔCð1ðhИ¨U¸7ÐCÑCÔCðC4ðC4ðC4ñDÔCðC4ðLИ¨U¸7ÐCÑCÔCðC4ðC4ðC4ñDÔCðC4ðC4ðC4r