We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b26d6f commit 4053dbbCopy full SHA for 4053dbb
Modules/_decimal/_decimal.c
@@ -5875,6 +5875,9 @@ static struct int_constmap int_constants [] = {
5875
/* int constants */
5876
{"IEEE_CONTEXT_MAX_BITS", MPD_IEEE_CONTEXT_MAX_BITS},
5877
#ifdef EXTRA_FUNCTIONALITY
5878
+ {"DECIMAL32", MPD_DECIMAL32},
5879
+ {"DECIMAL64", MPD_DECIMAL64},
5880
+ {"DECIMAL128", MPD_DECIMAL128},
5881
/* int condition flags */
5882
{"DecClamped", MPD_Clamped},
5883
{"DecConversionSyntax", MPD_Conversion_syntax},
0 commit comments