Differences

This shows you the differences between two versions of the page.

Link to this comparison view

documentation:language_reference:objects:interpolatingfunction:functions:integrate [2019/09/09 14:50] – created Martin Brassdocumentation:language_reference:objects:interpolatingfunction:functions:integrate [2019/09/09 15:04] (current) Martin Brass
Line 4: Line 4:
 ### ###
 InterpolatingFunction.Integrate(f) integrates f over the interval on which f is defined InterpolatingFunction.Integrate(f) integrates f over the interval on which f is defined
 +
 InterpolatingFunction.Integrate(f,a,b) integrates f from a to b where a and b must be within the interval on which f is defined InterpolatingFunction.Integrate(f,a,b) integrates f from a to b where a and b must be within the interval on which f is defined
  
Print/export