changeset 1769:bc7ae9be3378

[project @ 1996-01-23 06:49:08 by jwe]
author jwe
date Tue, 23 Jan 1996 06:49:08 +0000
parents ac10d7a3f940
children efa268990e25
files src/arith-ops.cc src/expm.cc src/mappers.cc src/minmax.cc src/pr-output.cc src/sysdep.cc
diffstat 6 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/arith-ops.cc	Tue Jan 23 06:42:38 1996 +0000
+++ b/src/arith-ops.cc	Tue Jan 23 06:49:08 1996 +0000
@@ -26,9 +26,9 @@
 #endif
 
 #include <cctype>
-#include <cmath>
 
 #include "oct-cmplx.h"
+#include "oct-math.h"
 
 #include "arith-ops.h"
 #include "error.h"
--- a/src/expm.cc	Tue Jan 23 06:42:38 1996 +0000
+++ b/src/expm.cc	Tue Jan 23 06:49:08 1996 +0000
@@ -27,11 +27,10 @@
 #include <config.h>
 #endif
 
-#include <cmath>
-
 #include "CmplxAEPBAL.h"
 #include "dbleAEPBAL.h"
 #include "f77-uscore.h"
+#include "oct-math.h"
 
 #include "defun-dld.h"
 #include "error.h"
--- a/src/mappers.cc	Tue Jan 23 06:42:38 1996 +0000
+++ b/src/mappers.cc	Tue Jan 23 06:49:08 1996 +0000
@@ -25,10 +25,10 @@
 #include <config.h>
 #endif
 
-#include <cmath>
 #include <cfloat>
 
 #include "oct-cmplx.h"
+#include "oct-math.h"
 
 #include "defun.h"
 #include "error.h"
--- a/src/minmax.cc	Tue Jan 23 06:42:38 1996 +0000
+++ b/src/minmax.cc	Tue Jan 23 06:49:08 1996 +0000
@@ -25,7 +25,7 @@
 #include <config.h>
 #endif
 
-#include <cmath>
+#include "oct-math.h"
 
 #include "defun-dld.h"
 #include "error.h"
--- a/src/pr-output.cc	Tue Jan 23 06:42:38 1996 +0000
+++ b/src/pr-output.cc	Tue Jan 23 06:49:08 1996 +0000
@@ -26,7 +26,6 @@
 #endif
 
 #include <cfloat>
-#include <cmath>
 #include <cstring>
 
 #include <string>
@@ -38,6 +37,7 @@
 #include "Range.h"
 #include "dMatrix.h"
 #include "oct-cmplx.h"
+#include "oct-math.h"
 #include "str-vec.h"
 
 #include "defun.h"
--- a/src/sysdep.cc	Tue Jan 23 06:42:38 1996 +0000
+++ b/src/sysdep.cc	Tue Jan 23 06:49:08 1996 +0000
@@ -34,7 +34,6 @@
 #endif
 
 #include <cfloat>
-#include <cmath>
 #include <cstddef>
 #include <cstdio>
 #include <cstdlib>
@@ -73,6 +72,8 @@
 extern char *term_clrpag;
 extern "C" void _rl_output_character_function ();
 
+#include "oct-math.h"
+
 #include "defun.h"
 #include "error.h"
 #include "f77-uscore.h"