#include "xconfig.h"#include <array>#include <cmath>#include <fstream>#include <functional>#include <iomanip>#include <iostream>#include <string>Go to the source code of this file.
Namespaces | |
| nmx::apps::x002 | |
Typedefs | |
| using | nmx::apps::x002::RealFN = std::function< double(double)> |
Functions | |
| void | nmx::apps::x002::ex1 () |
| ex1 Ausgabe von Funktionswerten in eine Datei More... | |
| auto | nmx::apps::x002::open_file (const std::string &fname) |
| open_file öffne Ausgabestrom für eine Datei More... | |
| void | nmx::apps::x002::fn_data (std::ofstream &fout, std::initializer_list< RealFN > fnlst, std::array< double, 3 > params) |
| fn_data Ausgabe von Funktionswerten in eine Datei More... | |
| void | nmx::apps::x002::ex2 () |
| ex2 schreibe Funktionsdaten für x^2,x^3,x^4,x^5 More... | |
1.8.13