Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.java > #9345

Re: che arrotondamento fa?

From "Dr.UgoGagliardelli" <do.not.spam@me.please>
Newsgroups it.comp.java
Subject Re: che arrotondamento fa?
Date 2019-10-06 10:21 +0200
Organization Aioe.org NNTP Server
Message-ID <qnc884$1cq$1@gioia.aioe.org> (permalink)
References <qna435$kom$1@gioia.aioe.org>

Show all headers | View raw


Il 05.10.2019 14.59, Annibale ha scritto:
>   float x = (float) 23123.456;
> 
> ottengo:
>   x=23123.455
> 
> ma usa sempre i millesimi!
> Perchè allora non scrive 23123.456 ?
> 
> Se arrotonda dovrebbe stampare solo fino ai centesimi :
> 23123.45
> 
> Grazie
Piu' che di arrotondamento, secondo me e' un troncamento. Un float e' un 
IEEE 754 single-precision floating-point la cui precisione e' di circa 
circa 7 digit.

Back to it.comp.java | Previous | NextPrevious in thread | Find similar


Thread

che arrotondamento fa? Annibale <vannnnia1991@gmail.com> - 2019-10-05 14:59 +0200
  Re: che arrotondamento fa? 4ndre4 <4ndre4@4ndre4.invalid> - 2019-10-05 16:38 +0100
    Re: che arrotondamento fa? Annibale <vannnnia1991@gmail.com> - 2019-10-08 21:05 +0200
      Re: che arrotondamento fa? "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2019-10-09 07:45 +0200
        Re: che arrotondamento fa? Annibale <vannnnia1991@gmail.com> - 2019-10-10 01:15 +0200
  Re: che arrotondamento fa? "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2019-10-06 10:21 +0200

csiph-web