8 lines
154 B
C
8 lines
154 B
C
#ifndef _TEST_VERSOR_ARE_CLOSE_H_
|
|
#define _TEST_VERSOR_ARE_CLOSE_H_
|
|
|
|
int test_bgc_versor_are_close_fp32();
|
|
|
|
int test_bgc_versor_are_close_fp64();
|
|
|
|
#endif
|