Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Or the best solution is to redesign the algorithm so that you dont have to do the divide in the first place - stick to multiplies instead. a/b = a * 1/b. Do the 1/b function on something else (like a processor) if you can. --- Quote End --- but 1/b also has a division then how can it accept?. or how to do it