MCPcopy
hub / github.com/microsoft/JARVIS / add_

Function add_

easytool/data_funcqa/funchub/math.py:71–73  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

69
70# 1. add
71def add_(args):
72
73 return normalize(sum(args))
74
75# 2. subtract
76def subtract_(args):

Callers

nothing calls this directly

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected