You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed domain mismatch error in ComplexExtensionDerivation constructor.
The issue was that the strict domain compatibility check was too rigid
for the complex nested field structures created during complexification
of trigonometric function integration.
The fix makes the domain compatibility check more flexible by handling
different nesting structures that can occur with fraction fields and
polynomial rings.
Fixes#20
0 commit comments