menu
stdc package
documentation
math.dart
MathStdc
abs method
abs method
dark_mode
light_mode
abs
method
int
abs
(
int
x
)
Computes the absolute value of an integer
x
.
Implementation
int abs(int x) => x.abs();
stdc package
documentation
math
MathStdc
abs method
MathStdc extension on
Stdc