// multiplier.rs : src/api
use crate::;
// API functions
/// Creates an [`ApproximateEqualityEvaluator`] that operates by applying
/// the given `factor` as a multiplier to determine approximate equality.
// ///////////////////////////// end of file //////////////////////////// //