<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Il giorno mer, 06/10/2010 alle 15.57 +0200, Andrea Mangiatordi ha scritto:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Ho risolto usando Math.round, ma converrete con me che &#232; ben strano... o 
mi sbaglio io?
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
magari in questo caso non &#232; un problema arrotondare perdendo i decimali, comunque pu&#242; interessare anche ad altri:<BR>
<BR>
<A HREF="http://docs.python.org/py3k/whatsnew/3.1.html#other-language-changes">http://docs.python.org/py3k/whatsnew/3.1.html#other-language-changes</A> (in fondo alla sezione)<BR>
<BR>
in python 3.1 e 2.7 hanno risolto il problema dell'output dei float in questo modo abbastanza carino<BR>
(in mezza riga: cerca fra i numeri decimali che hanno la stessa rappresentazione come float, e ritorna quello pi&#249; corto)<BR>
<BR>
per una trattazione pi&#249; estesa c'&#232; anche <A HREF="http://docs.python.org/tutorial/floatingpoint.html">http://docs.python.org/tutorial/floatingpoint.html</A><BR>
<BR>
</BODY>
</HTML>