Forum Discussion
Altera_Forum
Honored Contributor
13 years agoALTFP_SINCOS - cosine mode
I'm running Quartus 11.0sp1 I think I found an error for the ALTFP_SINCOS megafunction in cosine mode. For negative inputs the result comes out with the wrong sign. Example: cos(-0.1)...
Altera_Forum
Honored Contributor
9 years agoHow do you get 0.1 into ALTFP_SINCOS?
I try it with declaration real rho = 0.1; But ALTFP_SINCOS cannot accept with real number. Thanks for your reading, waiting for your reply!