Talk:Binary digits: Difference between revisions

Content added Content deleted
No edit summary
(Some languages can output binary numbers natively)
Line 20: Line 20:
:::::Given a decimal value n, produce its binary digits. Some languages will need to perform number crunching and string manipulation to achieve this. [[User:Markhobley|Markhobley]] 18:36, 6 July 2011 (UTC)
:::::Given a decimal value n, produce its binary digits. Some languages will need to perform number crunching and string manipulation to achieve this. [[User:Markhobley|Markhobley]] 18:36, 6 July 2011 (UTC)
::::::Ok I assume when you say "decimal", you really mean "integer". Now I'm curious, there is a language that doesn't need any ''computation'' or ''string manipulation'' to produce a ''string'' of binary digits? --[[User:Ledrug|Ledrug]] 18:41, 6 July 2011 (UTC)
::::::Ok I assume when you say "decimal", you really mean "integer". Now I'm curious, there is a language that doesn't need any ''computation'' or ''string manipulation'' to produce a ''string'' of binary digits? --[[User:Ledrug|Ledrug]] 18:41, 6 July 2011 (UTC)
:::::::Yes. Some languages can output binary numbers natively.[[User:Markhobley|Markhobley]] 19:22, 6 July 2011 (UTC)