Re: Conversion error



dada skrev:

Consider the following function...
[...]
double COMM_convertFreqIntToDouble ( UINT32 freqHz )
[...]

You don't need a function for such a trivial thing as dividing a number by 1000000. It hides no complexity and it makes the program bigger and less efficient.


August
.