Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/JARVIS
/ permutate_
Function
permutate_
easytool/data_funcqa/funchub/math.py:139–142 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
137
138
# 10. permutation
139
def
permutate_(args):
140
n = args[0]
141
r = args[1]
142
return
normalize(math.perm(n, r))
143
144
# 11. greatest common divisor
145
def
gcd_(args):
Callers
nothing calls this directly
Calls
1
normalize
Function · 0.85
Tested by
no test coverage detected