製造業向けソリューション
資料閲覧(無料)
お問い合わせ
サポートページへ
return x**2 + 2*x + 1 result = zill.integrate(f, 0, 1) print(result)
”`python import zill def f(x):