Forum Discussion
Chris039
Occasional Contributor
3 years agoFloating point not working in Nios V
Hi,
I run the code below using both Nios V processor and online C code compiler,
#include <stdio.h>
int main() { double total = 5; int number = 1; float percentage = number / total ; pr...
Chris039
Occasional Contributor
3 years agoCan you share the steps to add the library?