-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

eva


> Simple calculator REPL, similar to `bc`, with syntax highlighting and persistent history.

More information.


Run the calculator in interactive mode:

eva

Calculate the result of an expression:

eva "{(1 + 2) * 2 ^ 2}"

Calculate an expression forcing the number of decimal places to 5:

eva --fix {5} "{5 / 3}"

Calculate an expression with sine and cosine:

eva "{sin(1) + cos(1)}"


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:36:55 2024