Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
If you are using the small newlib c library, it has not float support with printf() by specification.
- Altera_Forum
Honored Contributor
isn't %f for floats only? I believe you need %lf to print a double.