Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/JARVIS
/ power_
Function
power_
easytool/data_funcqa/funchub/math.py:100–105 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
98
99
# 5. power
100
def
power_(args):
101
102
res = args[0]
103
for
arg in args[1:]:
104
res **= arg
105
return
normalize(res)
106
107
# 6. square root
108
def
sqrt_(args):
Callers
nothing calls this directly
Calls
1
normalize
Function · 0.85
Tested by
no test coverage detected