Quansight-Labs/numpy.net

Why ndarray operator / is return object not ndarray

ChengYen-Tang opened this issue · 2 comments

public static object operator /(ndarray a, ndarray b) {

I fixed it in the next release.

Thank you