use *;
use ;
// Primitive procedures
// -------------------------------------------------------------------
// Derivative of [std::ops::Add].
combined_derivative_macro!;
// Derivative of [std::ops::Sub].
combined_derivative_macro!;
// Derivative of [std::ops::Mul].
combined_derivative_macro!;
// Derivative of [std::ops::Div].
combined_derivative_macro!;