LibreOfficeDev 25.8 Help
AwHT9‖Returns the fractional portion of a number.
MAVXR‖Frac (Number)
4Dd36‖Double
7FTJg‖ Number: Any valid numeric expression.
        Sub ExampleFrac
        jcmHa‖    Print Frac(3.99) ' returns the value 0.99
        8JMAz‖    Print Frac(0) ' returns the value 0
        VfAC8‖    Print Frac(-3.14159) ' returns the value -0.14159
        End Sub