ex1
This commit is contained in:
commit
1c6d7546ce
41 changed files with 7862 additions and 0 deletions
6
ex1/D/skalar_stl/mylib.h
Normal file
6
ex1/D/skalar_stl/mylib.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
long double Kahan_skalar(std::vector<double> const &input);
|
||||
|
||||
long double normal_sum(std::vector<double> const &input);
|
||||
Loading…
Add table
Add a link
Reference in a new issue