Computer Things

  Back to the email

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.

You're not signed in. Posting this comment will subscribe you to this newsletter with the email address you enter below.