MCPcopy Create free account
hub / github.com/microsoft/TypeChat / add

Method add

python/examples/math/schemaV2.py:10–14  ·  view source on GitHub ↗

Add two numbers

(self, x: float, y: float)

Source from the content-addressed store, hash-verified

8 """
9
10 def add(self, x: float, y: float) -> float:
11 """
12 Add two numbers
13 """
14 ...
15
16 def sub(self, x: float, y: float) -> float:
17 """

Callers 5

parseArgsFunction · 0.80
groupAlertsFunction · 0.80
getResolvedVersionsFunction · 0.80
declare_typeFunction · 0.80
ts_type_to_strFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected