PING
0.9
Statistical data handling and processing in production environment
|
Return the number of digits necessary to represent a NUMERIC value.
value
: input numeric value to represent.
digs
: the number of digits (in base 10) necessary to represent the number value
.
The simple runs:
return dig1=2
and dig2=3
respectively.
Run macro %_example_digits
for more examples.