Kaydet (Commit) 6d407e4d authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

üst 9c90635b
...@@ -179,7 +179,7 @@ floating point flying circus:: ...@@ -179,7 +179,7 @@ floating point flying circus::
>>> c % a >>> c % a
Decimal("0.77") 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(2).sqrt()
Decimal("1.414213562373095048801688724") Decimal("1.414213562373095048801688724")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment