float::abs — absolute value
FLOAT float::abs (
)
FLOAT
Returns absolute value of f.
trunc (+1.6) -> +1.6 trunc (-1.6) -> +1.6