changeset 26284:a2b7c8ffe232

maint: Restore isna decls accidentally removed in changeset f23f27e78aa2.
author John W. Eaton <jwe@octave.org>
date Fri, 21 Dec 2018 15:47:08 -0500
parents 83fd5b27ea7c
children eb1747f374ec
files liboctave/numeric/lo-mappers.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/numeric/lo-mappers.h	Fri Dec 21 15:07:32 2018 -0500
+++ b/liboctave/numeric/lo-mappers.h	Fri Dec 21 15:47:08 2018 -0500
@@ -38,6 +38,11 @@
 {
   namespace math
   {
+    extern OCTAVE_API bool isna (double x);
+    extern OCTAVE_API bool isna (float x);
+    extern OCTAVE_API bool isna (const Complex& x);
+    extern OCTAVE_API bool isna (const FloatComplex& x);
+
     extern OCTAVE_API bool is_NaN_or_NA (const Complex& x);
     extern OCTAVE_API bool is_NaN_or_NA (const FloatComplex& x);