Altera_Forum
Honored Contributor
14 years agoArccos calculation
Hello everyone,
I am using de0nano and need to perform arccos calculation. I am aware that altera have floating point megafunction for arctan and sin/cos, but it does not have arcsin or arccos mega function. What option do I have? My data is two complement 12 bit width which means it has 4096 possibilities. If I have to use look up table(LUT) method, then I have to program it with 4096 cases.(which is way too much if I have to do it manually using LUT) Thank you anyone for your help. Gunardi :)