Classes | Namespaces | Functions
x011.h File Reference
#include "xerror.h"
#include "xtools.h"
#include <algorithm>
#include <cmath>
#include <ctime>
#include <iostream>
#include <numeric>
#include <string>
#include <sstream>
#include <tuple>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

class  nmx::apps::x011::Rational
 Rational Klasse für rationale Zahlen. More...
 

Namespaces

 nmx::apps::x011
 

Functions

void nmx::apps::x011::ex1 ()
 ex1 algebraische Operationen mit rationalen Zahlen More...
 
void nmx::apps::x011::ex2 ()
 ex2 Initialisierung,Vereinfachung, Umwandlung in eine reelle Zahl More...
 
void nmx::apps::x011::ex3 ()
 ex3 Anwendung der Vergleichsoperatoren More...
 
void nmx::apps::x011::ex4 ()
 ex4 Potenzierung mit ganzer und mit einer reellen Zahl More...
 
void nmx::apps::x011::ex5 ()
 ex5 Summe aus rationalen Zahlen More...
 
void nmx::apps::x011::ex6 ()
 ex6 Summe rationale Zahl mit reeller Zahl Summe ganze Zahl mit rationaler Zahl More...