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 03f5936 commit 428a8b6Copy full SHA for 428a8b6
extra/detail/decode_fast_type.py
@@ -62,6 +62,8 @@ def decode_decimal_fast64(significand, exp, sign):
62
exp -= 398 # Bias value
63
result = generate_string(significand, exp, sign)
64
65
+ return result
66
+
67
def decode_decimal_fast128(significand, exp, sign):
68
69
high_bits = significand >> 64
0 commit comments