diff liboctave/lo-mappers.h @ 4968:c09cbec51190

[project @ 2004-09-08 02:13:55 by jwe]
author jwe
date Wed, 08 Sep 2004 02:13:56 +0000
parents 53ee020af847
children 90a9058de7e8
line wrap: on
line diff
--- a/liboctave/lo-mappers.h
+++ b/liboctave/lo-mappers.h
@@ -30,7 +30,7 @@
 extern double fix (double x);
 extern double imag (double x);
 extern double real (double x);
-extern double round (double x);
+extern double xround (double x);
 extern double signum (double x);
 
 extern bool xisnan (double x);
@@ -59,7 +59,7 @@
 extern Complex ceil (const Complex& x);
 extern Complex fix (const Complex& x);
 extern Complex floor (const Complex& x);
-extern Complex round (const Complex& x);
+extern Complex xround (const Complex& x);
 extern Complex signum (const Complex& x);
 
 extern bool xisnan (const Complex& x);