4 Commits

Author SHA1 Message Date
ayekat
53e11a8043 [dc] Fix stack behaviour
It's better to pop the value from the stack upon printing it. As dc does
not provide any command to achieve that together with printing a newline
after the value, we store the newline together with the value.
2015-01-05 19:09:10 +01:00
ayekat
1c2611c467 Add dc
http://en.wikipedia.org/wiki/Dc_(computer_program)
2014-11-10 17:45:49 +01:00
cmhokej
96aadbf28c Revert "Commandline calculators bc and dc" 2014-07-04 03:38:34 -05:00
Robert Peters
241cb681ab Add dc (reverse-polish desk calculator) 2011-03-18 20:48:50 +01:00