Another example: Consider the celsius to fahrenheit formula: f = (c * 1.8) + 32.
It is a component, which integrates 2 unit components "add" and "mult". But even though these components might be 100% correct, your component implementation might just put them in the wrong places, like this: f = (c + 1.8) * 32.
Another example: Consider the celsius to fahrenheit formula: f = (c * 1.8) + 32. It is a component, which integrates 2 unit components "add" and "mult". But even though these components might be 100% correct, your component implementation might just put them in the wrong places, like this: f = (c + 1.8) * 32.