mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
use imperative
This commit is contained in:
parent
e8944cb217
commit
19a3f17cb3
1 changed files with 2 additions and 2 deletions
|
@ -280,12 +280,12 @@ Angular conversion
|
|||
|
||||
.. function:: degrees(x)
|
||||
|
||||
Converts angle *x* from radians to degrees.
|
||||
Convert angle *x* from radians to degrees.
|
||||
|
||||
|
||||
.. function:: radians(x)
|
||||
|
||||
Converts angle *x* from degrees to radians.
|
||||
Convert angle *x* from degrees to radians.
|
||||
|
||||
Hyperbolic functions
|
||||
--------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue