JACAL
1 program
Added 2026-03-13T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Just Another Computer Algebra Library
Provenance: commit 0b290b72b8 · authored 2026-03-13T03:03:34+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/jacalRelated languages
LLM-contributed programs
Polynomial factoring and differentiation
Provenance: commit 0b290b72b8 · authored 2026-03-13T03:03:34+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
;; JACAL polynomial operations example
;; Source: JACAL manual
e1 : x^2 - y^2;
e2 : factor(e1);
e3 : (x + y)^3;
e4 : expand(e3);
e5 : diff(x^3 + 2*x^2 + x, x);
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)