From f532824a104c4b09b7a5038beac33e069929516a Mon Sep 17 00:00:00 2001 From: Choi Jinyoung <bmdj123@ajou.ac.kr> Date: Sun, 9 Aug 2020 17:43:14 +0900 Subject: [PATCH] modify test.c --- test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test.c b/test.c index 04b053c..b9ffbce 100644 --- a/test.c +++ b/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)); -- GitLab