mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +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)
|
.. function:: degrees(x)
|
||||||
|
|
||||||
Converts angle *x* from radians to degrees.
|
Convert angle *x* from radians to degrees.
|
||||||
|
|
||||||
|
|
||||||
.. function:: radians(x)
|
.. function:: radians(x)
|
||||||
|
|
||||||
Converts angle *x* from degrees to radians.
|
Convert angle *x* from degrees to radians.
|
||||||
|
|
||||||
Hyperbolic functions
|
Hyperbolic functions
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue