//! Math backends: the abstract `Math` trait and its CPU implementation backed by a user-supplied logp function.
modcpu_math;modmath;modutil;pubusecpu_math::{CpuLogpFunc, CpuMath, CpuMathError};pubusemath::{LogpError, Math};pub(crate)useutil::logaddexp;