-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runner): fix ComputeArithmetic() for >? and <? operators (#802)
ComputeExpression() does arithmetic on linear functions. Document how the computations are done mathematically with proofs. Reorder computation to be less likely to overflow Compute >? and <? correctly with proper timespans
- Loading branch information
1 parent
bfc5ae3
commit 22f28c1
Showing
1 changed file
with
75 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters