//! The `Passive` trait — the bound for the underlying *passive* (non-AD)
//! scalar storage type that the active scalars (`AReal<T>`, `Jet1<T>`,
//! `Jet2<T>`) wrap.
//!
//! Renamed from `Scalar` in 0.5.0 to free the QuantLib-aligned name
//! `Real` for the unified *active*-scalar trait at [`crate::real::Real`]
//! and to make the passive/active distinction explicit. The deprecation
//! alias `xad_rs::Scalar` shipped through 0.5.x and was removed in 0.6.0.
use ;
use ;
/// Trait bound for the passive (non-AD) scalar storage types usable in
/// the AD machinery. Implemented for `f32` and `f64`.