Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Use friendly multipliers for the configuration numbers
using the following notation:
[-]digit*[gGkKmM]
k or K multiplies the provided number with 1024
m or M multiplies the provided number with 1024 * 1024
g or G multiplies the provided number with 1024 * 1024 * 1024
Add this as generic string function similar to ink_atoll