Expand description
Error types for validation failures and mathematical operations. Error types for validation and conversion failures.
This module provides the error types used throughout the library for reporting validation failures, conversion errors, and function domain violations.
Enums§
- Errors
RawReal ToInteger - Errors that can occur when converting a raw real number to an integer type.
- Errors
TryFromf64 - Errors that can occur when trying to convert an
f64to another real-type scalar of typeRawReal. - Errors
Validation RawComplex - Errors that can occur during the validation of a complex number.
- Errors
Validation RawReal - Errors that can occur during the validation of a raw real number.
Functions§
- capture_
backtrace - Captures a backtrace if the
backtracefeature is enabled. - is_
backtrace_ enabled - Returns
trueif thebacktracefeature is enabled.