MCPcopy
hub / github.com/deepseek-ai/DeepSeek-Coder / math_equal_process

Function math_equal_process

Evaluation/PAL-Math/utils/grader.py:95–97  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

93
94
95def math_equal_process(param):
96 print(param[-2], param[-1],math_equal(param[-2], param[-1]))
97 return math_equal(param[-2], param[-1])
98
99
100def symbolic_equal(a, b):

Callers

nothing calls this directly

Calls 1

math_equalFunction · 0.85

Tested by

no test coverage detected