integrate abstract method

IntegralResults integrate(
  1. String function
)

Calculates the numerical value of the function definite integral between lowerBound and upperBound.

Implementation

IntegralResults integrate(String function);