Skip to main content

Decimal

Returns the decimals of a number.

Syntax

decimal(Real)
decimal(Complex)

Description

Given a real number x, returns decimal(x)=x-x.

arithmetic.decimal1.calc.png

Given a complex number z, returns a complex number with the decimal function applied to its real and imaginary parts.

arithmetic.decimal2.calc.png