Expand description
Error types for the symbolic mathematics library.
This module provides error types that follow the “No unwrap policy” ensuring all fallible operations return proper Result types.
Enums§
- SymEngine
Error - Errors that can occur during symbolic computation
Type Aliases§
- SymEngine
Result - Result type alias for symbolic operations