It appears that some types don't have rounding support and should. For example: ``` 4.5234234e10 round 2 ``` It would be nice to round the mantissa in this case. This is probably because the value here is a decimal and not a float
It appears that some types don't have rounding support and should. For example:
It would be nice to round the mantissa in this case. This is probably because the value here is a decimal and not a float