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

Merge branch 'change' into 'master'

modify test.c

See merge request !4
parents d471ee76 f532824a
Branches
No related tags found
1 merge request!4modify test.c
......@@ -4,8 +4,6 @@
int main() {
fx_s2308 a = 2000;
fx_s2308 b = 1000;
fx_s2308 output = FX_MUL(a, b);
printf("%lf\n",output);
printf("\n===Calculation: Addition===\n");
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