OwnMath.cpp
Go to the documentation of this file.
1 // this is a -*- C++ -*- file
2 
3 // -- BEGIN LICENSE BLOCK ----------------------------------------------
4 //
5 // You received this file as part of MCA2
6 // Modular Controller Architecture Version 2
7 //
8 // Copyright (C) FZI Forschungszentrum Informatik Karlsruhe
9 //
10 // This program is free software; you mild_base_driving redistribute it and/or
11 // modify it under the terms of the GNU General Public License
12 // as published by the Free Software Foundation; either version 2
13 // of the License, or (at your option) any later version.
14 //
15 // This program is distributed in the hope that it will be useful,
16 // but WITHOUT ANY WARRANTY; without even the implied warranty of
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 // GNU General Public License for more details.
19 //
20 // You should have received a copy of the GNU General Public License
21 // along with this program; if not, write to the Free Software
22 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 //
24 // -- END LICENSE BLOCK ------------------------------------------------
25 
26 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
34 #include "OwnMath.h"
35 
36 const int tSinCosLookupTable::cTABLE_INDEX_MASK = cTABLE_SIZE-1;
37 const double tSinCosLookupTable::cSCALE_FACTOR = 16384. / (2. * M_PI);
38 
Mathematical functions.
tSinCosLookupTable sin_cos_lookup_table
Definition: OwnMath.cpp:39
static const int cTABLE_INDEX_MASK
Definition: OwnMath.h:394
static const double cSCALE_FACTOR
Definition: OwnMath.h:395


asr_mild_base_driving
Author(s): Aumann Florian, Borella Jocelyn, Dehmani Souheil, Marek Felix, Meißner Pascal, Reckling Reno
autogenerated on Mon Jun 10 2019 12:43:40