Skip to main content
Version: Streamsheets 2.3

FRAC

Returns the fractional part of a number value.

Syntax

=FRAC(Value)

Arguments

NameDescription
ValueNumber value to get the fractional part of.

Return Value

The fractional part of specified number value.

Example

FunctionResult
=FRAC(1.2)0.2
=FRAC(-1.2)-0.2
=FRAC(23)0