Python "why" questions
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Mon Aug 16 00:28:46 EDT 2010
More information about the Python-list mailing list
Mon Aug 16 00:28:46 EDT 2010
- Previous message (by thread): Python "why" questions
- Next message (by thread): Python "why" questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In message <8crg0eFfbkU1 at mid.individual.net>, Gregory Ewing wrote: > For example, the constant term of a polynomial is usually called term 0, > not term 1. That is not some kind of ordinal numbering of the terms, that is the power of the variable involved. And polynomials can have negative powers, too.
- Previous message (by thread): Python "why" questions
- Next message (by thread): Python "why" questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list