FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat includes several novel features such as a codeless interface to external C/C++/FORTRAN code, parallel/distributed algorithm development (via MPI), and plotting and visualization capabilities.
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
$OpenBSD: patch-libs_libGraphics_HandleAxis_cpp,v 1.1.1.1 2006/10/28 19:53:05 steven Exp $
|
|
--- libs/libGraphics/HandleAxis.cpp.orig Wed Oct 18 11:15:41 2006
|
|
+++ libs/libGraphics/HandleAxis.cpp Wed Oct 18 11:16:31 2006
|
|
@@ -28,6 +28,8 @@
|
|
#include "HandleCommands.hpp"
|
|
#include <qgl.h>
|
|
|
|
+#define log2(x) (log(x)/M_LN2)
|
|
+
|
|
// Property list & status
|
|
// activepositionproperty
|
|
// alim
|