1 2 3 4 5 6 7
//! Error handling integration tests //! //! Tests for mathematical error handling including domain errors, //! division by zero, branch cuts, and singularities. pub mod division_error_tests; pub mod domain_error_tests;