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).