Expand description
Integration table lookup for common patterns
Provides O(1) lookup for approximately 30 common integration patterns, covering 60-70% of typical integrals. This is the fastest integration strategy and should be tried first before more complex techniques.
Enums§
- Pattern
Key - Pattern key for table lookup
Functions§
- try_
table_ lookup - Try to integrate expression using table lookup