numeric.cpp (ginac-1.7.11.tar.bz2) | : | numeric.cpp (ginac-1.8.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
* This program is distributed in the hope that it will be useful, | * This program is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU General Public License for more details. | * GNU General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software | |||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 U SA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 U SA | |||
*/ | */ | |||
#ifdef HAVE_CONFIG_H | ||||
#include "config.h" | ||||
#endif | ||||
#include "numeric.h" | #include "numeric.h" | |||
#include "ex.h" | #include "ex.h" | |||
#include "operators.h" | #include "operators.h" | |||
#include "archive.h" | #include "archive.h" | |||
#include "utils.h" | #include "utils.h" | |||
#include <limits> | #include <limits> | |||
#include <sstream> | #include <sstream> | |||
#include <stdexcept> | #include <stdexcept> | |||
#include <string> | #include <string> | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 0 lines changed or added |