np.inf missing
toolgood opened this issue · 1 comments
toolgood commented
np.Inf already has
np.inf missing
KevinBaselinesw commented
please use these values instead for a .NET application
double.NegativeInfinity;
double.PositiveInfinity;
float.NegativeInfinity;
float.PositiveInfinity;