dc
An arbitrary precision calculator. Uses reverse polish notation (RPN). See also: bc. More information: <https://www.gnu.org/software/bc/manual/dc-1.05/html_mono/dc.html>.
RUN apt-get update && \
apt-get install -y dc
RUN apt-get update && \
apt-get install -y dc
RUN pacman -S --noconfirm plan9port
RUN apt-get update && \
apt-get install -y dc
RUN yum install -y dc
RUN dnf install -y dc
RUN apt-get update && \
apt-get install -y dc