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
[quote="art1man"]I have another question. I tried to change measured AFR in Lambda. After that my Afr maps of course contained Lambda values, but accuracy of these values were only one digit after point - it's not enough I think. Is it possible to notice two digits after point accuracy?[/quote]
It would be good ofcause to add more digits. But its not the only problem in this area since float point values is used.
It means that some values are rounded off as some numbers is not possible to represent. https://en.wikipedia.org/wiki/Floating_point
I would prefere to handle this with decimal values, the precision is only limited by the memory at hand.
They are a good deal slower and the rewrite would take quite some time.
/Mattias
The text was updated successfully, but these errors were encountered:
[quote="art1man"]I have another question. I tried to change measured AFR in Lambda. After that my Afr maps of course contained Lambda values, but accuracy of these values were only one digit after point - it's not enough I think. Is it possible to notice two digits after point accuracy?[/quote]
It would be good ofcause to add more digits. But its not the only problem in this area since float point values is used.
It means that some values are rounded off as some numbers is not possible to represent.
https://en.wikipedia.org/wiki/Floating_point
I would prefere to handle this with decimal values, the precision is only limited by the memory at hand.
They are a good deal slower and the rewrite would take quite some time.
/Mattias
The text was updated successfully, but these errors were encountered: