Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: why the array index has to start at 0??

by lidden (Curate)
on Oct 13, 2013 at 11:21 UTC ( [id://1058060]=note: print w/replies, xml ) Need Help??


in reply to Re^4: why the array index has to start at 0??
in thread why the array index has to start at 0??

To me it seems math people usually exclude zero while computer people include zero.

Replies are listed 'Best First'.
Re^6: why the array index has to start at 0??
by LanX (Saint) on Oct 13, 2013 at 11:55 UTC
    > To me it seems math people usually exclude zero

    nope.

    Math people changed their mind, but for historical reasons there is some confusion.¹

    Natural numbers are defined by successively adding 1 and zero is the neutral element of addition.

    It's much easier to operate on sets with neutral element included!

    Most integer operations (at least in Perl) can return 0.

    Thats the meta-argument why Moritz's answer makes perfect sense. This way combinations of integer functions always include another neutral element as possible result.

    For instance otherwise adding the sum of the first index of two arrays would be 2 (the second element) instead of 0 (again the first)

    Cheers Rolf

    ( addicted to the Perl Programming Language)

    1) the concept of natural numbers was older than group theory

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1058060]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-03-28 13:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found