Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

How to show float on console?

I want to print float on console. In code : double a; printf("the num is %f/n",a); but ,in nios the result is: the num is no float!who can help me ?