Numerical Integration 実行方法 python -m cli.run --n 4 特定の公式だけ実行する場合: python -m cli.run --n 4 --method right_rectangle python -m cli.run --n 4 --method trapezoidal python -m cli.run --n 2 --method simpson --method all では, 実際の分割数をそろえるため, シンプソンの公式だけ formula_N = n / 2 として計算します