[pyar] En python los enteros no tienen límite, y los float?
Claudio Freire
klaussfreire en gmail.com
Mar Ago 17 23:02:56 ART 2010
2010/8/17 Facundo Batista <facundobatista en gmail.com>
>
> Mirá, mirá:
>
> >>> import decimal
> >>> tercio = decimal.Decimal(1) / 3
> >>> tercio
> Decimal('0.3333333333333333333333333333')
> >>> ftercio = float(tercio)
> >>> ftercio
> 0.3333333333333333
> >>> dtercio = decimal.Decimal.from_float(ftercio)
> >>> dtercio
> Decimal('0.333333333333333314829616256247390992939472198486328125')
> >>> float(dtercio)
> 0.3333333333333333
>
> (En Python 2.7 o 3.1)
>
Buenísimo! :D
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20100817/a7f12602/attachment.html>
More information about the pyar
mailing list