The following function in a LibreOffice Basic module returns the value 4.60517018598809, instead of a value of log 100 base 10, or 2. I’m new to LibreOffice macros, so do they have a separate set of functions from those available in Calc?
Function TEST()
TEST = LOG(100,10)
End Function