Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
7.4.2. ABS (Absolute Value)
Returns the absolute value of
number
. The result has no sign and is formatted according to the current NUMERIC settings.
Here are some examples:
Example 7.6. Builtin function ABS
ABS
(
"
12
.
3
"
)
--> 12.3
ABS
(
"
-
0
.
307
"
)
--> 0.307
Prev
7.4.1. ABBREV (Abbreviation)
Up
Home
Next
7.4.3. ADDRESS