This value‐semantic class implements the IEEE‐754 128 bit decimal floating‐point format arithmetic type.
Synopsis
Declared in <bdldfp_decimal.h>
class Decimal_Type128;
Description
This class is a standard layout type that is const thread‐safe and exception‐neutral.
Member Functions
Name |
Description |
|
Constructors |
Assign to this object the value read from the specified input |
|
Write the value of this object, using the specified |
|
|
|
Multiplication assignment operators |
|
Add 1.0 to the value of this object and return a reference to it. |
|
Addition assignment operators |
|
Add ‐1.0 to the value of this object and return a reference to it. |
|
Subtraction assignment operators |
|
Division assignment operators |
|
Return the value of the underlying implementation. |
|
Declare that this type is trivially copyable. |
Static Member Functions
Name |
Description |
|
Created with MrDocs