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,
I will further duplicate and validate from my side to see whether it's a bug. Will keep you updated if I have any findings.
Thank you.
Regards,
Kelly