A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.char.greater_equal.html below:

numpy.char.greater_equal — NumPy v1.17 Manual

numpy.char.greater_equal¶
numpy.char.greater_equal(x1, x2)¶

Return (x1 >= x2) element-wise.

Unlike numpy.greater_equal, this comparison is performed by first stripping whitespace characters from the end of the string. This behavior is provided for backward-compatibility with numarray.

Parameters:
x1, x2 : array_like of str or unicode

Input arrays of the same shape.

Returns:
out : ndarray or bool

Output array of bools, or a single bool if x1 and x2 are scalars.

See also

equal, not_equal, less_equal, greater, less


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4