Talk:Binary digits: Difference between revisions

no edit summary
No edit summary
Line 22:
:::::::Yes. Some languages can output binary numbers natively.[[User:Markhobley|Markhobley]] 19:22, 6 July 2011 (UTC)
::::::::Fundamentally, all languages that run on binary computers output binary numbers natively. It's a matter of what they output those numbers to, and what constraints the language places on where it gets those binary numbers from. ASCII is an example of direct binary output. But that might not be what you meant? --[[User:Rdm|Rdm]] 19:39, 6 July 2011 (UTC)
 
::I still don't get it. From your task description, it seems that this task is basically: copy the example from [[Non-decimal radices/Output]] (conversion from decimal to special bases with special support from language) for binary in your language, and if it doesn't exist, then copy the example from [[Non-decimal radices/Convert]] (conversion from decimal to general bases, with or without special support from language) and make it for binary. All the examples currently on this page are duplicates of one of those two. I can't imagine how a solution for this task would NOT directly fall under one of those two tasks. --[[Special:Contributions/98.210.210.193|98.210.210.193]] 07:52, 7 July 2011 (UTC)
Anonymous user