Eric Mattes wrote: > Hi all. Can anyone suggest the most processor-efficient way to trim the > precision of a floating-point value? x = round(x, 2) to round to "2 digits" worth of precision, for example. Alex