This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi,
I have created a project using fixed point tms320f28027 , and i am performing some floating point arithmetic on adc data so after multiplication with scaling factor i am getting floating point result with very long like 3.584743647 .
How to round this floating point upto four decimal e.g
3.584743647 to 3.5847
Thanks .