Category talk:Dc Implementations: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Heirloom Dc: new section)
 
Line 20: Line 20:
== Heirloom Dc ==
== Heirloom Dc ==


Just as reminder to somewhen mention it: github.com/aksr/heirloom/tree/master/heirloom/dc
Just as reminder to somewhen mention it: https://github.com/aksr/heirloom/tree/master/heirloom/dc


--[[User:Yeti|Yeti]] ([[User talk:Yeti|talk]]) 19:43, 27 February 2019 (UTC)
--[[User:Yeti|Yeti]] ([[User talk:Yeti|talk]]) 19:43, 27 February 2019 (UTC)

Latest revision as of 08:08, 28 February 2019

Confusing not really DC in BusyBox

Quoting https://busybox.net/downloads/BusyBox.html at 20190227-1940-GMT:

dc

dc expression...

Tiny RPN calculator. Operations: +, add, -, sub, *, mul, /, div, %, mod, **, exp, and, or, not, eor, p - print top of the stack (without altering the stack), f - print entire stack, o - pop the value and set output radix (value must be 10 or 16). Examples: 'dc 2 2 add' -> 4, 'dc 8 8 * 2 2 + /' -> 16.

End of quote.

How can this non-implementation be mentioned? Should it?

--Yeti (talk) 19:32, 27 February 2019 (UTC)


Heirloom Dc

Just as reminder to somewhen mention it: https://github.com/aksr/heirloom/tree/master/heirloom/dc

--Yeti (talk) 19:43, 27 February 2019 (UTC)