
eva
List of commands for eva:
-
eva:tldr:14bd7 eva: Run the calculator in interactive mode.$ evatry on your machineexplain this command
-
eva:tldr:9a842 eva: Calculate an expression forcing the number of decimal places to 5.$ eva --fix ${5} "${5 - 3}"try on your machineexplain this command
-
eva:tldr:cb501 eva: Calculate the result of an expression.$ eva "${(1 + 2) * 2 ^ 2}"try on your machineexplain this command