Re: I have the elusive dangerous substance in my possession!



In article <46661BC0.4C992FE8@xxxxxxxxxxxxxxx>, John <amdinc@xxxxxxxxxxxxxxx> wrote:
Doug Miller wrote:

In article <qumb63hbqu1gm2hnotl4do7bsgf7ffhrub@xxxxxxx>, Don Foreman
<dforeman@xxxxxxxxxxxxxxxxxxxx> wrote:

Yes. And if the liquid level is raised significantly when the body
is immersed deeply enough to float, then it doesn't take much
displaced fluid volume to float it.

The volume of water displaced by a floating object is a function of the volume
and the mass of the object -- and *nothing* else.


If it is floating it is a function of mass only.

Whether it floats at all is a function of both mass and volume, but, yes,
given that the object is floating, displacement does depend on mass only.


If it sinks it is a function of volume only.

And likewise.

--
Regards,
Doug Miller (alphageek at milmac dot com)

It's time to throw all their damned tea in the harbor again.
.



Relevant Pages

  • Re: weird problem
    ... I already told you that the comparison between an integer and a float ... And now a question about something else: why do you use floating ... use then to copy a float into a char *1. ... binary representation doesn't resemble a string like "123.46343" ...
    (comp.lang.c)
  • Re: Safer of 2 methods for very long doc
    ... I use wrapped objects so seldom that I have to think about how I've handled that when I have used them, and I guess, as you say, I've moved the anchor. ... paragraph and the picture move to the next page. ... in Word the text does not flow from after a 'floating' ... >I'd appreciate knowing how you "float" a table, ...
    (microsoft.public.word.docmanagement)
  • Re: Rounding of the double
    ... I still think you can do what you want using DWORDs and just assume the decimal position rather than using floats of doubles. ... I think you're going to have the same problem in any language as the floating point technology is not specific to C++ or unmanaged C++. ... /* Round a double or float to 'sig' places to the left or right of the decimal. ... As Joe says "there is no accurate representation of 0.80 in IEEE floating ...
    (microsoft.public.vc.mfc)
  • Re: float vs. double?
    ... There have been repeated myths that float is faster than double. ... In antique machines, the ... Note that the floating-point ALU of Intel chips supports an 80-bit floating point number, ... is different precision being stored? ...
    (microsoft.public.vc.mfc)
  • Re: converting float to double
    ... necessarily the one preferred for financial transactions. ... What he has is a float that approximates the desired value. ... I'd say eschew floating point except where necessary ... cents = lrint ...
    (comp.lang.c)