https://bugs.documentfoundation.org/show_bug.cgi?id=170694
--- Comment #2 from nutka <[email protected]> --- If I add the entries for "sqrt" and "log10" i.e. from math import pi, sin, cos, asin, hypot, sqrt, log10 in the <install_folder>\share\Scripts\python\LibreLogo\LibreLogo.py file, then both commands are recognized. program LibreLogo displays ---------------------------------------- PRINT SQRT 2 1.4142135623730951 PRINT LOG10 1000 3.0 -- You are receiving this mail because: You are the assignee for the bug.
