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

Classes

class  Polynom
 The Polynom class Darstellung von Polynomen. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const gsl_complex &c)
 operator << More...
 
void ex1 ()
 cppx4a Beispiel Auswertung von Polynomen More...
 

Function Documentation

◆ ex1()

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

cppx4a Beispiel Auswertung von Polynomen

Definition at line 124 of file x013.h.

◆ operator<<()

std::ostream& nmx::apps::x013::operator<< ( std::ostream &  os,
const gsl_complex &  c 
)
inline

operator <<

Parameters
osAusgabestrom
cgsl-Darstellung von komplexen Zahlen
Returns
Referenz auf Ausgabestrom

Definition at line 18 of file x013.h.