Quansight-Labs / numpy.net

A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

np.inf missing #45

Closed toolgood closed 1 year ago

toolgood commented 1 year ago

np.Inf already has

np.inf missing

KevinBaselinesw commented 1 year ago

please use these values instead for a .NET application

     double.NegativeInfinity;
        double.PositiveInfinity;
        float.NegativeInfinity;
        float.PositiveInfinity;