f256 0.11.2

Octuple-precision floating-point arithmetic.
Documentation
// ---------------------------------------------------------------------------
// Copyright:   (c) 2024 ff. Michael Amrhein (michael@adrhinum.de)
// License:     This program is part of a larger application. For license
//              details please read the file LICENSE.TXT provided together
//              with the application.
// ---------------------------------------------------------------------------
// $Source$
// $Revision$

mod add;
mod bitand;
mod bitor;
mod divrem;
mod mul;
mod shl;
mod shr;
mod sub;

use super::{BigUInt, DivRem, HiLo, UInt, U128, U256};