28 Mar
2005
28 Mar
'05
11:39 a.m.
konrad.hinsen@laposte.net wrote:
My main argument is a different one: consistency.
I see zeros() as an array constructor, a shorthand for calling array() with an explicit list argument.
Ah, but array(10*[0]) returns an integer array, and array(10*[0.]) returns a double. Which should zeros() be equivalent to?