diff options
Diffstat (limited to 'src/literal.h')
-rw-r--r-- | src/literal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h index 2e3f901cc..7646b5d29 100644 --- a/src/literal.h +++ b/src/literal.h @@ -110,6 +110,8 @@ public: bool operator==(const Literal& other) const; bool operator!=(const Literal& other) const; + bool isNaN(); + static uint32_t NaNPayload(float f); static uint64_t NaNPayload(double f); static float setQuietNaN(float f); |