mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
f655328483
commit
8ac1495a6a
20 changed files with 100 additions and 101 deletions
|
|
@ -137,7 +137,7 @@ testit('pow(2,-1)', math.pow(2,-1), 0.5)
|
|||
print 'radians'
|
||||
testit('radians(180)', math.radians(180), math.pi)
|
||||
testit('radians(90)', math.radians(90), math.pi/2)
|
||||
testit('radians(-45)', math.radians(-45), -math.pi/4)
|
||||
testit('radians(-45)', math.radians(-45), -math.pi/4)
|
||||
|
||||
print 'sin'
|
||||
testit('sin(0)', math.sin(0), 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue