/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/usecrate::Float106;usecore::fmt;implfmt::Debug forFloat106{fnfmt(&self, f:&mutfmt::Formatter<'_>)->fmt::Result{
f.debug_struct("DoubleFloat").field("hi",&self.hi).field("lo",&self.lo).finish()}}