Skip to main content
Version: Streamsheets 3.0

FRAC

Returns the fractional part of a number value.

Syntax

=FRAC(Value)

Arguments

NameTypeDescription
ValueNumberNumber value to get the fractional part of.

Return

TypeDescription
NumberThe fractional part of specified number value.

Examples

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