mathhook-core 0.2.0

Core mathematical engine for MathHook - expressions, algebra, and solving
Documentation
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;