pub const DERIVATIVE_PREFIX: &str = "__der_";
Prefix used for the derivatives of a variable (e.g. The derivative of x would be der_x).
x
der_x