Re: Does the universe exist outside our perception of it?



a precision negative zero will be represented by a bit pattern as 0x80000000
and a positive is represented as 0x00000000, a double negative zero is
represented as 0.8000000000000000 where as a double positive zero is
represented as 0x0000000000000000. so therefore both are totally different
and finite in thier own particular way. something i learned in berkely,
binary floating point arithmetic. spiritrising

"mirandajoanhowe@xxxxxxxxx" <mirandaraven@xxxxxxx> wrote in message
news:1128952328.076078.123970@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> well done. however, linguistics as well as math count here. at any
> rate a less exacting math. zero & 1 or zero & x suffice for the
> exercise at hand. pythagarianly few things have one opposite merely.
> <R>
>
> Finch (evincer) VIA d'Shawnee biome esq. wrote:
>> you ask: hi! what is there that doesn't exixt in paired opposit? <?R>
>>
>> i suggest concept "zero" may qualify, since "not zero" is not a finite
>> construct.
>


.



Relevant Pages

  • Re: Trap representations
    ... I think you're missing the OP's point. ... You're assuming that the bit pattern in a actually represents a value. ... The C standard permits the possibility that it does not. ... negative zero; an implementation is permitted to treat that as a trap ...
    (comp.lang.c)
  • Re: Determine the maximum of two integers.
    ... no extra problems. ... The bitpattern of -0 is all-ones I think. ... pattern of ~0 is all ones, and that is allowed to be negative zero. ... You can't create negative zero except by bit manipulation; it's simply not allowed, even if it would make sense for the processor. ...
    (comp.lang.c)