Altera_Forum
Honored Contributor
15 years agofloating point CI
Hello there, i´ve included the "floating point ci" in the Design, and tried to use it in the software. Current Code :
volatile float f, f1, f2, f3;
f1 = 1.9f;
f2 = 0.5f;
...