Module error

Module error 

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

SymEngineError
Errors that can occur during symbolic computation

Type Aliases§

SymEngineResult
Result type alias for symbolic operations