(s = '')
| 290 | |
| 291 | let md = ''; |
| 292 | const w = (s = '') => { md += s + '\n'; }; |
| 293 | w('# Compute Engine vs SymPy vs Mathematica — operation audit'); |
| 294 | w(); |
| 295 | w(`_Issue-finder: CE (current build) vs SymPy and **Mathematica** (the reference baseline) across ${CATS.length} operations, ` + |