|
|
|
|
|
by stephbook
8 days ago
|
|
What I love about operator overloading is that now you can't use operators without looking at their definition, in which case.. you could have done numpy.equals(a, b) anyway. Does a == b true, if all elements are the same? Does it return an array of booleans? It's anyone's guess! |
|