ocas-calc 0.24.0

Calculus and equation solving for oCAS
Documentation
1
2
3
4
5
6
7
8
9
10
//! Differential field towers for Risch integration.
//!
//! A tower represents the differential field `ℚ(x, t₁, …, tₙ)` in which
//! the integrand lives. Elements are stored as multivariate rational
//! functions over `ℚ` whose variables are the tower generators (see
//! [`convert`]).

pub(crate) mod build;
pub mod convert;
pub(crate) mod elem;