/simple-calc-extension

Only add a format to result from python

Primary LanguageVim Script

SIMPLE CALC FORMAT

A ulauncher extension

Format the eval expresion to calc

>>> 56-113.6
-57.599999999999994

With the extension

>>> "{:.8}".format(56-113.6)
'-57.6'