decimal(n, x), sig(n, x), int(x)

decimal(n, x)

Returns x expressed as a floating-point number rounded to n decimal places.  When decimal(0,expression) is used with an expression, the system automatically inserts commas to separate thousands.

 

sig(n, x)

Returns x expressed as a floating-point number rounded to n significant digits

 

int(x)

Returns the integer part of x