feat: add function for polynomial differentiation

This commit is contained in:
Alivecow 2024-11-23 10:17:08 +01:00
parent b595276143
commit 4b1bca8ee0
5 changed files with 69 additions and 22 deletions

15
test_json/sandbox.json Normal file
View file

@ -0,0 +1,15 @@
{
"testcases": {
"sandbox": {
"action": "gfpoly_diff",
"arguments": {
"F": [
"IJustWannaTellYouAAAAA==",
"HowImFeelingAAAAAAAAAA==",
"GottaMakeYouAAAAAAAAAA==",
"UnderstaaaaaaaaaaaaanQ=="
]
}
}
}
}