Development Note/iOS
[objective-c] 절대값 구하기
JamesChun
2020. 8. 14. 11:22
#import <math.h>
abs(int val);
출처
https://stackoverflow.com/questions/7974888/whats-the-equivalent-of-math-abs-in-objective-c