關於C語言中的絕對值函數 才知道不同類型的數對應不同的絕對值函數。 整數型: int abs(int a) 復數型: double cabs(struct complex znum) 雙精度浮點數: double ...