Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563959 views
1
#ifdef NMZ_COCOA
2
/*
3
* nmzIntegrate
4
* Copyright (C) 2012-2014 Winfried Bruns, Christof Soeger
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation, either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*
18
* As an exception, when this program is distributed through (i) the App Store
19
* by Apple Inc.; (ii) the Mac App Store by Apple Inc.; or (iii) Google Play
20
* by Google Inc., then that store may impose any digital rights management,
21
* device limits and/or redistribution restrictions that are required by its
22
* terms of service.
23
*/
24
25
26
#include "libnormaliz/nmz_integrate.h"
27
// #include "libnormaliz/cycl_rat_funct.cpp"
28
#include "libnormaliz/nmz_polynomial.cpp"
29
#include "libnormaliz/nmz_integral.cpp"
30
31
#endif //NMZ_COCOA
32