Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sqrt
Method
sqrt
Lib/test/test_builtin.py:1356–1357 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1354
from
math
import
sqrt
1355
except
ImportError:
1356
def
sqrt(x):
1357
return
pow(x, 0.5)
1358
self.assertEqual(
1359
list(map(
lambda
x: list(map(sqrt, x)), [[16, 4], [81, 9]])),
1360
[[4.0, 2.0], [9.0, 3.0]]
Callers
15
w
Function · 0.45
d3.min.js
File · 0.45
rt
Function · 0.45
hr
Function · 0.45
Tr
Function · 0.45
Qr
Function · 0.45
i
Function · 0.45
No
Function · 0.45
arcTo
Method · 0.45
constructor
Method · 0.45
dp
Function · 0.45
pp
Function · 0.45
Calls
1
pow
Function · 0.85
Tested by
no test coverage detected