|
absAbsolute value Description
intfloat abs(intfloat
$num )
Returns the absolute value of Parameters
Return Values
The absolute value of Changelog
Examples
Example #1 abs example
The above example will output: float(4.2) int(5) int(5) See Also
|