Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI suspect that exp() is using double, not float. Try expf() instead.
You'll need to make sure the library code is built with the correct compiler options.I suspect that exp() is using double, not float. Try expf() instead.
You'll need to make sure the library code is built with the correct compiler options.