
I'd like to use Giac as a library in a project that involves basic computer algebra. You could say I have the specification of a minimal computer algebra language, and I want to interpret it while using Giac functions to do the calculations. Using the interactive shell is not really an option because inter-process communication is involved and the output is plain text, not structured.
So I browsed the different books available on the software's page, downloaded the source code and dived into the headers, but so far I did not find a centralized reference of the library's API. As I have only used Xcas occasionally on graphing calculators, I don't have a good understanding of the big picture yet. ^^
I would like to know if such a reference exists, and in case it doesn't, how I can search for functions relevant to a given task such as "factor a polynomial" without getting completely lost.
Thanks for taking the time to read this,
Lephe'
