numpy.char.
less_equal
(x1, x2)¶
Return (x1 <= x2) element-wise.
Unlike numpy.less_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.
Input arrays of the same shape.
Output array of bools, or a single bool if x1 and x2 are scalars.
See also
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