mirror of
https://github.com/python/cpython.git
synced 2025-09-21 16:10:33 +00:00
Added tests for new degree/radian conversions.
This commit is contained in:
parent
b760efb08d
commit
2d2b51bf22
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ atan2
|
||||||
ceil
|
ceil
|
||||||
cos
|
cos
|
||||||
cosh
|
cosh
|
||||||
|
degrees
|
||||||
exp
|
exp
|
||||||
fabs
|
fabs
|
||||||
floor
|
floor
|
||||||
|
@ -19,6 +20,7 @@ log
|
||||||
log10
|
log10
|
||||||
modf
|
modf
|
||||||
pow
|
pow
|
||||||
|
radians
|
||||||
sin
|
sin
|
||||||
sinh
|
sinh
|
||||||
sqrt
|
sqrt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue