Тесты для комплексных чисел, исправление в файле проекта для Visual Studio
This commit is contained in:
parent
1b0fd7ef26
commit
f85039a556
22 changed files with 816 additions and 3 deletions
15
basic-geometry-test/tests/complex.h
Normal file
15
basic-geometry-test/tests/complex.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef _TEST_COMPLEX_H_
|
||||
#define _TEST_COMPLEX_H_
|
||||
|
||||
#include "./../helpers.h"
|
||||
#include "./complex/complex_reset.h"
|
||||
#include "./complex/complex_set_values.h"
|
||||
#include "./complex/complex_copy.h"
|
||||
#include "./complex/complex_swap.h"
|
||||
#include "./complex/complex_is_zero.h"
|
||||
#include "./complex/complex_is_unit.h"
|
||||
#include "./complex/complex_modulus.h"
|
||||
|
||||
void test_complex();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue