Closed leonardt closed 4 years ago
Needed for floating point tests (off by one errors mean we should be checking abs(value - expected) <= 1
abs(value - expected) <= 1
@Kuree this doesn't add support for max/min in ncsim since that requires the macro implementation, let me know if you need this and I will add it, should be simple.
Needed for floating point tests (off by one errors mean we should be checking
abs(value - expected) <= 1