Skip to main content

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 x1, ..., xn, returns a decimal number in the same order as the input.

arithmetic.to_decimal1.calc.png

Given a set of expressions e1, ..., en, returns a decimal expression with same order as the input.

arithmetic.to_decimal2.calc.png

Given a list of real numbers or expressions {e1,...,en}, returns a list with the function applied to each element.

arithmetic.to_decimal3.calc.png