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