Module helpers

Module helpers 

Source
Expand description

Helper utilities for rational function integration

Functions§

factorial
Compute factorial of a non-negative integer
is_polynomial
Check if expression is a polynomial in the given variable
polynomial_degree
Get polynomial degree with respect to a variable
substitute_variable
Substitute a value for a variable in an expression
try_extract_quadratic
Try to extract quadratic coefficients from x² + px + q