MCPcopy
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
139def permutate_(args):
140 n = args[0]
141 r = args[1]
142 return normalize(math.perm(n, r))
143
144# 11. greatest common divisor
145def gcd_(args):

Callers

nothing calls this directly

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected