Talk:Dc (computer program): Difference between revisions

Content deleted Content added
Cewbot (talk | contribs)
m Maintain {{WPBS}}: 3 WikiProject templates. Keep majority rating "C" in {{WPBS}}. Remove 3 same ratings as {{WPBS}} in {{WikiProject Software}}, {{WikiProject Computing}}, {{WikiProject Linux}}.
Line 22:
 
: : Sorry but I forgotten that we cannot construct a string in dc...but I have just figured out the way to construct the constant: <tt>(echo -n "0123456789" | xxd -p -u -c 1; echo 0) | dc -"16i0[80?d0!=x*+]dsxx10op"</tt> (for Bash...and using GNU dc where != is accepted). For the string "Wikipedia", the constant is: <tt>30E9C997869D7A6B80</tt> [[User:Billyauhk|Billyauhk]] ([[User talk:Billyauhk|talk]]) 10:51, 26 July 2011 (UTC)
::Billyaukh missed the "e" in dc -e "16i0[80?d0!=x*+]dsxx10op" [[User:Annie Yousar|Annie Yousar]] ([[User talk:Annie Yousar|talk]]) 11:46, 2 February 2025 (UTC)
 
== Original implementation language? ==