Skip to content

Commit b6773e2

Browse files
committed
Add format annotations to decimal type docs
1 parent cb81ac4 commit b6773e2

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

doc/decimal/decimal128.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Decimal128 is the 128-bit version of the decimal interchange format, and has the
1919
- Smallest normalized value - 1.0000...e-6142
2020
- Smallest subnormal - 1e-6176
2121

22+
The encoding of Decimal128 is in the <<conversions, BID format>>.
23+
2224
[source, c++]
2325
----
2426
#include <boost/decimal/decimal128.hpp>

doc/decimal/decimal32.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Decimal32 is the 32-bit version of the decimal interchange format, and has the f
1919
- Smallest normalized value - 1.000000e-95
2020
- Smallest subnormal - 1e-101
2121

22+
The encoding of Decimal32 is in the <<conversions, BID format>>.
23+
2224
[source, c++]
2325
----
2426
#include <boost/decimal/decimal32.hpp>

doc/decimal/decimal64.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Decimal64 is the 64-bit version of the decimal interchange format, and has the f
1919
- Smallest normalized value - 1.000000000000000e-382
2020
- Smallest subnormal - 1e-398
2121

22+
The encoding of Decimal64 is in the <<conversions, BID format>>.
23+
2224
[source, c++]
2325
----
2426
#include <boost/decimal/decimal64.hpp>

0 commit comments

Comments
 (0)