Constant rust_ad_core::DERIVATIVE_PREFIX [−][src]
pub const DERIVATIVE_PREFIX: &'static str = "__der_";
Expand description
Prefix used for the derivatives of a variable (e.g. The derivative of x
would be der_x
).
pub const DERIVATIVE_PREFIX: &'static str = "__der_";
Prefix used for the derivatives of a variable (e.g. The derivative of x
would be der_x
).