How to Write Multiplies Correctly in C Code

Texas Instruments

Published Date: 06/07/2000

Description

Writing multiplication expressions in C code so that they are both correct and efficient can be confusing especially when technically illegal expressions can in some circumstances generate the code the user wanted in the first place. This document will help you chose the correct expression for your algorithm.