Module table

Module table 

Source
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§

PatternKey
Pattern key for table lookup

Functions§

try_table_lookup
Try to integrate expression using table lookup