10 lines
179 B
C
10 lines
179 B
C
#ifndef _TEST_VERSOR_ARE_CLOSE_H_
|
|
#define _TEST_VERSOR_ARE_CLOSE_H_
|
|
|
|
void test_versor_are_close_fp32();
|
|
|
|
void test_versor_are_close_fp64();
|
|
|
|
void test_versor_are_close();
|
|
|
|
#endif
|