diff liboctave/lo-mappers.h @ 3775:13905c3a24af

[project @ 2001-02-06 01:56:59 by jwe]
author jwe
date Tue, 06 Feb 2001 01:57:06 +0000
parents 68259f410026
children 7ed917c1ca60
line wrap: on
line diff
--- a/liboctave/lo-mappers.h	Mon Feb 05 16:54:04 2001 +0000
+++ b/liboctave/lo-mappers.h	Tue Feb 06 01:57:06 2001 +0000
@@ -51,10 +51,8 @@
 extern Complex ceil (const Complex& x);
 extern Complex fix (const Complex& x);
 extern Complex floor (const Complex& x);
-extern Complex log10 (const Complex& x);
 extern Complex round (const Complex& x);
 extern Complex signum (const Complex& x);
-extern Complex tan (const Complex& x);
 extern Complex tanh (const Complex& x);
 
 extern bool xisnan (const Complex& x);