💾 Archived View for freeshell.de › tldr › bc.gmi captured on 2024-05-10 at 11:41:42. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
An arbitrary precision calculator language.
See also: `dc`.
bc
bc --mathlib
echo '{5 / 3}' | bc
bc {path/to/script.bc}
echo 'scale = {10}; {5 / 3}' | bc
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).