I need to trim decimal types without rounding and keep the decimal type as efficient as possible for the processor.
Math parameters that I think return a float.
The quantize option returns the rounded number that I am counting.
Str parameters are an expensive process.
Is there a simple, straightforward way to simply cut digits from a decimal type to a given decimal length?
source share