OpenWAM
Functions
Math_wam.cpp File Reference
#include "Math_wam.h"
Include dependency graph for Math_wam.cpp:

Go to the source code of this file.

Functions

double Interpola (double vizq, double vder, double axid, double xif)
 
double QuadraticEqP (double A, double B, double C)
 
double QuadraticEqN (double A, double B, double C)
 
float Max (const double &a, const float &b)
 
float Max (const float &a, const double &b)
 
float Min (const double &a, const float &b)
 
float Min (const float &a, const double &b)
 
float Sign (const float &a, const double &b)
 
float Sign (const double &a, const float &b)
 

Detailed Description

Author
Francisco Jose Arnau farna.nosp@m.u@mo.nosp@m.t.upv.nosp@m..es

LICENSE

This file is part of OpenWAM.

OpenWAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

OpenWAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with OpenWAM. If not, see http://www.gnu.org/licenses/.

DESCRIPTION

This file defines several auxiliary math functions.

Definition in file Math_wam.cpp.