%% %CopyrightBegin%
%%
%% SPDX-License-Identifier: Apache-2.0
%%
%% Copyright Ericsson AB 2021-2025. All Rights Reserved.
%%
%% %CopyrightEnd%

[;1m  abs(Number)[0m

  Returns an integer or float that is the arithmetical absolute
  value of [;;4mFloat[0m or [;;4mInt[0m.

  For example:

    > abs(-3.33).
    3.33
    > abs(-3).
    3
