OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


ABS (Absolute Value)




 >>--ABS(number)--------------><

ABS returns the absolute value of number. The result has no sign and is 
formatted according to the current NUMERIC settings. 
Here are some examples: 

ABS('12.3')       ->    12.3
ABS(' -0.307')    ->    0.307
  

Inf-HTML End Run - Successful