Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
95
def
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
100
def
symbolic_equal(a, b):
Callers
nothing calls this directly
Calls
1
math_equal
Function · 0.85
Tested by
no test coverage detected