Re: Negative integers



Derek Martin wrote:
Zero is a problem, no matter how you slice it.

I definitely agree with that. Depends on the the real problem that is behind the OP:s question.

Zero can be considered
positive or negative (mathematically, 0 = -0).

I've read quite a few articles written by mathematicians and mathematically oriented engineers, and my impression is that most of them, and therefore me included, use those words with the following meaning:

Positive: >0
Negative: <0

When zero is to be included, the following terms are used:

Non-negative: >=0
Non-positive: <=0

Using this convention, zero is neither positive nor negative. Wikipedia seems to agree with that:

http://en.wikipedia.org/wiki/Positive_number

/MiO
.



Relevant Pages

  • Re: File system wont wake up
    ... >>okay, zero in, zero out, seems to be a real problem or how shall I ... okay, actually I am not familliar with strace, but I hope I did it right ... I have no clue about that. ...
    (alt.os.linux)
  • Re: Fallacious (!) proof that 1 = 0
    ... The REAL problem is that 1/u doesn't HAVE ... For real functions f, we can always assume that the integral from ... to pi of coswill be zero because it is equal to the ... For complex functions, though, we CAN'T assume that the integral from ...
    (sci.math)
  • Re: Official definition of call-by-value (Re: Finding the instance reference...)
    ... Derek Martin writes: ... between zero and None (and so do the Python docs). ... whereas None is specifically intended to denote the lack of any value. ...
    (comp.lang.python)