diff src/sysdep.h @ 444:ba637cc5c5f3

[project @ 1994-06-02 17:15:07 by jwe]
author jwe
date Thu, 02 Jun 1994 17:15:07 +0000
parents 0b52c68ec81f
children 7ea224e713cd
line wrap: on
line diff
--- a/src/sysdep.h
+++ b/src/sysdep.h
@@ -26,6 +26,12 @@
 
 extern void sysdep_init (void);
 
+// Octave's idea of infinity.
+extern double octave_Inf;
+
+// Octave's idea of not a number.
+extern double octave_NaN;
+
 #endif
 
 /*