You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mathematically, it should be correct and return true, but the execution returns false.
Expected Behavior
return true.
Steps To Reproduce
No response
Environment
HertzBeat version(s):
Debug logs
No response
Anything else?
In java, Double MIN_VALUE is the smallest positive integer close to 0, not negative infinity, and should be used as Double.NEGATIVE_INFINITY & Double.POSITIVE_INFINITY.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
IntervalExpressionUtil.validNumberIntervalExpress(-1000.0, "(-∞,5)");
Mathematically, it should be correct and return true, but the execution returns false.
Expected Behavior
return true.
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
In java, Double MIN_VALUE is the smallest positive integer close to 0, not negative infinity, and should be used as Double.NEGATIVE_INFINITY & Double.POSITIVE_INFINITY.
The text was updated successfully, but these errors were encountered: