Classes | Namespaces | Functions
x014.h File Reference
#include "xmath.h"
#include "xtools.h"
#include <chrono>
#include <cmath>
#include <functional>
#include <iostream>
#include <map>

Go to the source code of this file.

Classes

class  nmx::apps::x014::Cache< X, Y, DEBUG >
 The Cache class Erzeugen von Zwischenspeicher für Funktionswerte. More...
 

Namespaces

 nmx::apps::x014
 

Functions

double nmx::apps::x014::fac (size_t n)
 fac Berechnung von n! exakt oder mit einer Näherungsformel More...
 
void nmx::apps::x014::ex1 ()
 cppx6 Beispiel More...
 
void nmx::apps::x014::ex2 ()
 ex2 Berechnung eines Näherungswerts für e mit 1+1/2!+1/3!+... More...