Forrest logo
back to context overview

eva

List of commands for eva:

  • eva:tldr:14bd7 eva: Run the calculator in interactive mode.
    $ eva
    try on your machine
    explain 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 machine
    explain this command
  • eva:tldr:cb501 eva: Calculate the result of an expression.
    $ eva "${(1 + 2) * 2 ^ 2}"
    try on your machine
    explain this command
back to context overview