C# Класс Artemis.Engine.Maths.Integrator

Показать файл Открыть проект

Открытые методы

Метод Описание
Simpsons ( double>.Func f, double a, double b, int n ) : double

Integrate the given function f between the given limits a and b using Simpson's method with n steps.

Описание методов

Simpsons() публичный статический Метод

Integrate the given function f between the given limits a and b using Simpson's method with n steps.
public static Simpsons ( double>.Func f, double a, double b, int n ) : double
f double>.Func
a double
b double
n int
Результат double