geodavic / poly_factor

A function library in C for polynomial factorization.
3 stars 0 forks source link

Improve API #2

Closed geodavic closed 2 years ago

geodavic commented 2 years ago

Improve expressiveness of API as well as add an algebraic endpoint for mpz_algebraic.

geodavic commented 2 years ago

Also needs to have a degree cap on post requests, to prevent malicious requests.

geodavic commented 2 years ago

Add a special exit code for the case when increased precision/delta are required.

geodavic commented 2 years ago

Add print statement when irreducible (verbose case)

geodavic commented 2 years ago

Switch to FastAPI