💾 Archived View for freeshell.de › tldr › dc.gmi captured on 2023-11-04 at 12:22:17. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
An arbitrary precision calculator. Uses reverse polish notation (RPN).
See also: `bc`.
dc
dc {path/to/script.dc}
dc --expression='{10} k {5 3 /} p'
dc --expression='4 5 * 17 - p'
dc --expression='7 k 5 _3 / p'
dc --expression='100 k 5 v 1 + 2 / p'
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).