mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Typo fix
This commit is contained in:
parent
9c90635bcb
commit
6d407e4d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue