This commit is contained in:
Andrew M. Kuchling 2007-09-24 23:46:28 +00:00
parent 9c90635bcb
commit 6d407e4d3d
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ floating point flying circus::
>>> c % a
Decimal("0.77")
And some mathematic functions are also available to Decimal::
And some mathematical functions are also available to Decimal::
>>> Decimal(2).sqrt()
Decimal("1.414213562373095048801688724")