❌ Failed Tests (9)
Detect order of operations ambiguity
Engine: math
Priority: HIGH
ID: MATH_AMB_001
HTTP 404: {"detail":"Not Found"}
Handle implicit multiplication (2x vs 2*x)
Engine: math
Priority: MEDIUM
ID: MATH_AMB_002
HTTP 404: {"detail":"Not Found"}
Detect division by zero
Engine: math
Priority: HIGH
ID: MATH_AMB_003
Detect sqrt of negative in real domain
Engine: math
Priority: HIGH
ID: MATH_DOM_001
Detect log(0) undefined
Engine: math
Priority: HIGH
ID: MATH_DOM_002
Verify true algebraic identity
Engine: math
Priority: CRITICAL
ID: MATH_SYM_001
HTTP 404: {"detail":"Not Found"}
Detect false algebraic identity (missing 2xy)
Engine: math
Priority: CRITICAL
ID: MATH_SYM_002
HTTP 404: {"detail":"Not Found"}
Detect sqrt(x²) ≠ x (should be |x|)
Engine: math
Priority: HIGH
ID: MATH_SYM_003
HTTP 404: {"detail":"Not Found"}
Verify simple arithmetic (2+2=4)
Engine: math
Priority: CRITICAL
ID: MATH_SYM_004
HTTP 404: {"detail":"Not Found"}