Boost.Decimal

    • Decimal: IEEE 754 Decimal Floating Point Numbers
    • Basic Usage
    • Examples
      • Construction
      • Type Promotion
      • <charconv>
      • Rounding Mode
      • Generic Programming
      • Literals and Constants
      • Bit Conversions
      • Financial Applications
      • Boost.Math Integration
      • Formatting
        • <format>
        • {fmt}
      • <print>
    • API Reference
      • Types
      • Structs
      • Enums
      • Constants
      • Macros
    • Directory Structure
    • IEEE 754 Decimal Types
      • decimal32_t
      • decimal64_t
      • decimal128_t
    • Non-IEEE 754 Decimal Types
      • decimal_fast32_t
      • decimal_fast64_t
      • decimal_fast128_t
    • Bit Conversions
    • Literals Support
    • Numeric Constants
    • <cmath> support
      • Non-Standard Functions
    • <cstdlib> support
    • <charconv> support
    • Formating support
      • <format>
      • <fmt/format.h>
    • <cfenv> support
    • <cfloat> support
    • <cstdio> support
    • <functional> support
    • <limits> support
    • Configuration Macros
      • User Configuration
      • Automatic Configuration
    • Benchmarks
      • x64 Linux
      • x64 Windows
      • ARM64 macOS
    • Design Decisions
    • References
    • Copyright and License
  • Copyright and License
arrow_back arrow_upward

Copyright and License

This documentation is copyright 2023 - 2025 Matt Borland and Chris Kormanyos, and is distributed under the Boost Software License, Version 1.0.

Edit this Page