To decimal Expresses a number in decimal form. Syntax to_decimal(Real, ..., Real) to_decimal(Expression, ..., Expression) to_decimal(List) Description to_decimal(Real, ..., Real) Given a set of real numbers , ..., , returns a decimal number with same order as the input. to_decimal(Expression, ..., Expression) Given a set of expressions , ..., , returns a decimal expression with same order as the input. to_decimal(List) Given a list of real numbers or expressions , returns a list with the function applied to each element. Related functions Rational (falta acabar), Decimal Table of Contents Syntax Description Related functions