>>>>> Craig Earls <[email protected]> writes:
> Unfortunately, round doesn't seem to let you control the precision so you > won't notice much since it will round to two digits. > > I have another request to allow user controlled precision, but maybe John > has a different method. You can use (0.1 * unround(amount)), to turn rounding off. But currently there is not a way to set the rounding precision for a given value. However, that would be really easy to do, so that's a great feature idea. John
