-

   rss_habrahabr_of_lokoman

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2008
:
:
: 2

:


NumPy Python. 3

, 09 2018 . 15:06 +


! numpy. .



. True/False :

>>> a = np.array([1, 3, 0], float)
>>> b = np.array([0, 3, 2], float)
>>> a > b
array([ True, False, False], dtype=bool)
>>> a == b
array([False,  True, False], dtype=bool)
>>> a <= b
array([False,  True,  True], dtype=bool)
->

https://habr.com/post/413381/?utm_source=habrahabr&utm_medium=rss&utm_campaign=413381

:  

: [1] []
 

:
: 

: ( )

:

  URL