MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / gen_solve.py

File gen_solve.py

benchmarks/audit/gen_solve.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2"""
3Generate benchmarks/audit/solve_cases.json — a univariate equation-solving
4benchmark adapted from SymPy's own `test_solveset.py` suite.

Callers

nothing calls this directly

Calls 15

symbolsFunction · 0.85
sinFunction · 0.85
cosFunction · 0.85
sinhFunction · 0.85
coshFunction · 0.85
tanhFunction · 0.85
sympy_solveFunction · 0.85
atanMethod · 0.80
asinMethod · 0.80
classifyFunction · 0.70
getMethod · 0.65
sqrtFunction · 0.50

Tested by

no test coverage detected