aboutsummaryrefslogtreecommitdiff
path: root/core/math/big/common.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-02-05 14:02:21 +0000
committergingerBill <bill@gingerbill.org>2022-02-05 14:02:21 +0000
commitb8c4bf2afb39ca2980b2827aa1775b35728bb195 (patch)
tree9c6da23a0c0c7e38f5801c1a6695fbf03e54d034 /core/math/big/common.odin
parente870041fe6171b7e88cde672a3e5478d3786b3c9 (diff)
Add `#partial [Enum]Type{...}` support to check for missing enumerated array fields
Diffstat (limited to 'core/math/big/common.odin')
-rw-r--r--core/math/big/common.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/big/common.odin b/core/math/big/common.odin
index e1198c352..74a641d83 100644
--- a/core/math/big/common.odin
+++ b/core/math/big/common.odin
@@ -182,6 +182,7 @@ Error_String :: #sparse[Error]string{
.Max_Iterations_Reached = "Max iterations reached",
.Buffer_Overflow = "Buffer overflow",
.Integer_Overflow = "Integer overflow",
+ .Integer_Underflow = "Integer underflow",
.Division_by_Zero = "Division by zero",
.Math_Domain_Error = "Math domain error",