On Tuesday, April 29, 2014 11:39:12 PM UTC-4, Steven D'Aprano wrote:
> On Tue, 29 Apr 2014 19:37:17 -0700, pleasedontspam wrote:
>
>
>
> > from decimal import *
>
> > getcontext().prec=2016
>
> > one=Decimal(1)
>
> > number=Decimal('1e-1007')
>
> > partial=(one+number)/(one-number)
>
> > final.ln()
>
>
>
> What's final? Did you mean partial?I see what you mean now. Sorry, I meant final=partial.ln() -- https://mail.python.org/mailman/listinfo/python-list
