STL
main.cpp File Reference
#include "komplex.h"
#include <algorithm>
#include <cmath>
#include <iostream>
#include <iterator>
#include <list>
#include <numeric>
#include <vector>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

template<class T >
ostream & operator<< (ostream &s, const vector< T > &x)
 
template<class T >
ostream & operator<< (ostream &s, const list< T > &x)
 
bool IsLarger (double i, double j)
 
bool IsLargerAbs (double i, double j)
 
bool IsNegative (double i)
 
int main ()
 

Function Documentation

◆ IsLarger()

bool IsLarger ( double  i,
double  j 
)

Definition at line 50 of file main.cpp.

Here is the caller graph for this function:

◆ IsLargerAbs()

bool IsLargerAbs ( double  i,
double  j 
)

Definition at line 57 of file main.cpp.

◆ IsNegative()

bool IsNegative ( double  i)

Definition at line 65 of file main.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 70 of file main.cpp.

Here is the call graph for this function:

◆ operator<<() [1/2]

template<class T >
ostream& operator<< ( ostream &  s,
const list< T > &  x 
)

Definition at line 37 of file main.cpp.

◆ operator<<() [2/2]

template<class T >
ostream& operator<< ( ostream &  s,
const vector< T > &  x 
)

Definition at line 26 of file main.cpp.