Classes | Functions
nmx::apps::x014 Namespace Reference

Classes

class  Cache
 The Cache class Erzeugen von Zwischenspeicher für Funktionswerte. More...
 

Functions

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

Function Documentation

◆ ex1()

void nmx::apps::x014::ex1 ( )
inline

cppx6 Beispiel

Definition at line 76 of file x014.h.

◆ ex2()

void nmx::apps::x014::ex2 ( )
inline

ex2 Berechnung eines Näherungswerts für e mit 1+1/2!+1/3!+...

Definition at line 91 of file x014.h.

◆ fac()

double nmx::apps::x014::fac ( size_t  n)

fac Berechnung von n! exakt oder mit einer Näherungsformel

Parameters
nganze Zahl
Returns
n!

Definition at line 65 of file x014.h.