Get the absolute value of a numeric N
Abs<-54>; // Result: 54Abs<54>; // Result: 54 Copy
Abs<-54>; // Result: 54Abs<54>; // Result: 54
|N|
Get the absolute value of a numeric N