abs 함수를 사용하면 되지 않나요..??
--------------------------------------------------------------
Returns an absolute value.
Unit
System
Category
arithmetic routines
function Abs(X);
Description
Abs returns the absolute value of the argument, X.
X is an integer-type or real-type expression.
--------------------------------------------------------------
integer-type 이니까..-1300000 정도는 가뿐하지 않을까 생각되는데요...
int64 도 integer-type 맞죠...??
abs 함수를 사용하면 되지 않나요..??
--------------------------------------------------------------
Returns an absolute value.
Unit
System
Category
arithmetic routines
function Abs(X);
Description
Abs returns the absolute value of the argument, X.
X is an integer-type or real-type expression.
--------------------------------------------------------------
integer-type 이니까..-1300000 정도는 가뿐하지 않을까 생각되는데요...
int64 도 integer-type 맞죠...??