Fix typo.
This commit is contained in:
parent
23ce5848aa
commit
4fd38b3f77
|
@ -1095,7 +1095,7 @@ def cos(x):
|
|||
return +s
|
||||
|
||||
def sin(x):
|
||||
"""Return the cosine of x as measured in radians.
|
||||
"""Return the sine of x as measured in radians.
|
||||
|
||||
>>> print sin(Decimal('0.5'))
|
||||
0.4794255386042030002732879352
|
||||
|
|
Loading…
Reference in New Issue