Skip to content
Snippets Groups Projects
Commit f532824a authored by Choi Jinyoung's avatar Choi Jinyoung
Browse files

modify test.c

parent d471ee76
No related branches found
No related tags found
1 merge request!4modify test.c
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
int main() { int main() {
fx_s2308 a = 2000; fx_s2308 a = 2000;
fx_s2308 b = 1000; fx_s2308 b = 1000;
fx_s2308 output = FX_MUL(a, b);
printf("%lf\n",output);
printf("\n===Calculation: Addition===\n"); printf("\n===Calculation: Addition===\n");
printf("%f + %f = %f\n",a,b,FX_ADD(a,b)); printf("%f + %f = %f\n",a,b,FX_ADD(a,b));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment