Talk:Binary digits: Difference between revisions

From Rosetta Code
Content added Content deleted
(Has to be a dupe)
 
Line 2: Line 2:


[[Non-decimal radices/Convert]] and [[Non-decimal radices/Output]] cover both built-in functions and user-defined functions. I don't see how this can't be a duplicate. --[[User:Mwn3d|Mwn3d]] 17:29, 6 July 2011 (UTC)
[[Non-decimal radices/Convert]] and [[Non-decimal radices/Output]] cover both built-in functions and user-defined functions. I don't see how this can't be a duplicate. --[[User:Mwn3d|Mwn3d]] 17:29, 6 July 2011 (UTC)

:Ok: [[Non-decimal radices/Convert]] - This tasks involve conversion. The binary digits task does not necessary involve conversion (unless this is required by the language)
:The [[Non-decimal radices/Output]] requires native support for binary without conversion. The binary digits task does not require native binary support and conversion is allowed.
:So this task is not a duplicate of either task[[User:Markhobley|Markhobley]] 17:40, 6 July 2011 (UTC)

Revision as of 17:40, 6 July 2011

Has to be a dupe

Non-decimal radices/Convert and Non-decimal radices/Output cover both built-in functions and user-defined functions. I don't see how this can't be a duplicate. --Mwn3d 17:29, 6 July 2011 (UTC)

Ok: Non-decimal radices/Convert - This tasks involve conversion. The binary digits task does not necessary involve conversion (unless this is required by the language)
The Non-decimal radices/Output requires native support for binary without conversion. The binary digits task does not require native binary support and conversion is allowed.
So this task is not a duplicate of either taskMarkhobley 17:40, 6 July 2011 (UTC)