Talk:Infinity: Difference between revisions

From Rosetta Code
Content added Content deleted
(Why am I changing the task spec?)
 
No edit summary
 
Line 1: Line 1:
==Assumptions and task specifications==
==Assumptions and task specifications==


In J, ''the type of the literal constant 1.0'' is boolean, where the type of the literal constant 1.5 is float, so I am changing the main page to better capture what I think was the intent of its author. --[[User:Rdm|Rdm]] 15:00, 24 September 2010 (UTC)
In J, ''the type of the literal constant 1.0'' is boolean, where the type of the literal constant 1.5 is float. (J specifies that numeric constants are represented in their most compact form, within a certain hierarchy of types.) So I am changing the main page to better capture what I think was the intent of its author. --[[User:Rdm|Rdm]] 15:00, 24 September 2010 (UTC)

Latest revision as of 15:05, 24 September 2010

Assumptions and task specifications

In J, the type of the literal constant 1.0 is boolean, where the type of the literal constant 1.5 is float. (J specifies that numeric constants are represented in their most compact form, within a certain hierarchy of types.) So I am changing the main page to better capture what I think was the intent of its author. --Rdm 15:00, 24 September 2010 (UTC)