Zero-based numbering: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Weasel word}}
Line 43:
 
===Disadvantages===
Zero-based is unnatural and confusing, especially to mathematicians and scientists. All math or science based programing languages uses one-based array index. For example, FORTRAN, SASL, MATLAB, Smalltalk, Lua, Julia, Mathematica, MATLAB.
Some believe{{weasel word|date=November 2013}} that zero-based indexing actually causes more off-by-one errors than it eliminates, especially among new programmers. <ref>Programming Microsoft® Visual C#® 2005 by Donis Marshall</ref>
 
== In science ==