// Copyright © 2026 Mikhail Hogrefe
//
// This file is part of Malachite.
//
// Malachite is free software: you can redistribute it and/or modify it under the terms of the GNU
// Lesser General Public License (LGPL) as published by the Free Software Foundation; either version
// 3 of the License, or (at your option) any later version. See <https://www.gnu.org/licenses/>.
/// Traits for arithmetic.
/// Traits for primitive integers or floats and some of their basic functionality.
/// Traits for comparing the absolute values of numbers for equality or order.
/// Traits for converting to and from numbers, converting to and from strings, and extracting
/// digits.
/// Iterators that generate numbers without repetition.
/// Traits for generating primes, primality testing, and factorization.
/// [`NiceFloat`](float::NiceFloat), a wrapper around primitive floats.
/// Iterators related to numbers.
/// Traits for logic and bit manipulation.
/// Iterators that generate numbers randomly.