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 approx_atan;
mod approx_cos;
mod approx_sin;
mod approx_sin_cos;
mod asin_acos;
mod atan;
mod cos;
mod reduce;
mod sin;
mod sin_cos;
mod tan;
mod two_over_pi;

use super::{Float256, FP492, U256};