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...
KellyJialin_Goh
Frequent Contributor
3 years agoHi,
Any updates from your side regarding the new information provided?
Thank you.
Regards,
Kelly