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
In trevas the result of an operation is kept in double accuracy (e.g. numeric/power_1)
User tests assume sometimes less accurate results (e.g. user test: 8.006001 trevas: 8.006000999999998)
I think every language will give this kind of result. To be sure of the result, if a particular precision is needed, user can use round operator. @hadrienk, can you confirm?
The text was updated successfully, but these errors were encountered:
I fully agree on this. This is not an issue on trevas, but more on the testcases we have been using. I think these should be adjusted to use the rounding operation where necessary.
@noahboerger reported:
I think every language will give this kind of result. To be sure of the result, if a particular precision is needed, user can use
round
operator. @hadrienk, can you confirm?The text was updated successfully, but these errors were encountered: