[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Matcompat -- simple question?
From: |
John W. Eaton |
Subject: |
Re: Matcompat -- simple question? |
Date: |
Thu, 22 Mar 2001 07:46:09 -0600 |
On 22-Mar-2001, Paul Kienzle <address@hidden> wrote:
| This isn't an Octave issue. endpoint.cc is part of a separate executable
| and doesn't use mkoctfile to compile.
|
| The solution is probably to put
|
| #include <math.h>
|
| at the top of the file.
For C++ code, I think it is generally better to avoid using the C
headers directly. You should use
#include <cmath>
instead.
jwe
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------