Dc (computer program)
= Dc (computer program)
{wiki=Dc_(computer_program)}
Dc is a reverse Polish notation (RPN) calculator that is part of the standard GNU core utilities. It stands for "desk calculator" and is designed for performing arbitrary-precision arithmetic operations. Unlike traditional calculators that use infix notation (like 2 + 2), dc uses postfix notation, where operators follow their operands. **Key features of dc include:** 1.