Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

What is the best Floating number method?

Hello friends... I want to know what is the efficient code to implement this equation : 1/4 ( x+y) + 1/2 However, inputs are integers , and the output will be also rounded to integer. Bu...