Abs double

Purpose: Get absolute value of a double.

abs-double <double> to <absolute double>

abs-double will store absolute value of <double> to <absolute double>. For example, absolute value of -3.4 is 3.4, and absolute value of 3.4 is 3.4.
Examples
set-double my_dbl = -10.5
abs-double my_dbl to abs_dbl
print-out abs_dbl new-line

The result is 10.5.
See also
Doubles
abs-double  
double-expressions  
double-string  
mixing-doubles-and-numbers  
set-double  
string-double  
See all
documentation


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.