pub type HyperDual = Jet<2>;
Second-order forward AD: stores value, first derivative, and second derivative $/, 2!$.
pub struct HyperDual { /* private fields */ }