SPC  Version 0.9.5
 All Files Functions Groups Pages
int abs ( int  num)
inline

Absolute value.

Return the absolute value of the value argument. Any scalar type can be passed into this function.

Parameters
numThe numeric value.
Returns
The absolute value of num. The return type matches the input type.
Examples:
ex_abs.spc.