-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

bc


> An arbitrary precision calculator language.

> See also: `dc`.

More information.


Start an interactive session:

bc

Start an interactive session with the standard math library enabled:

bc --mathlib

Calculate an expression:

echo '{5 / 3}' | bc

Execute a script:

bc {path/to/script.bc}

Calculate an expression with the specified scale:

echo 'scale = {10}; {5 / 3}' | bc

Calculate a sine/cosine/arctangent/natural logarithm/exponential function using `mathlib`:

echo '{s|c|a|l|e}({1})' | bc --mathlib


> 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 06:59:44 2024