Removes the specified # of decimals from the number. For example, value = 100, decimals = 2, returns 1.
can be undefined for better developer experience. If undefined, returns undefined.
number of decimal places to remove, defaults to 18, which is the standard within Nado
Removes the specified # of decimals from the number. For example, value = 100, decimals = 2, returns 1.