Altera_Forum
Honored Contributor
9 years agoWhat 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. But the intermediate calculations needs to use 1/4 and 1/2. Kindly inform me about the best way to code this equation. Thanks...:)