You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
203 B

{
"f1": "sin(x)+cos(x)+p3(x)",
"f3": "x**2",
"f2": "(x/100)**2+2*(x/100)+1",
"SinPlusCos(x)": "sin(x) + cos(x)",
"superFunc": "(x/100)**2 + 2*(x/100) + 1",
"func": "3 * x + sin(x) * cos(x)"
}