summaryrefslogtreecommitdiff
path: root/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'value.h')
-rw-r--r--value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/value.h b/value.h
index 54f8a502..86b07041 100644
--- a/value.h
+++ b/value.h
@@ -400,6 +400,7 @@ public:
operator bool() const;
bool is_realzero() const;
+ bool is_zero() const;
bool is_null() const {
if (! storage) {
return true;