bgc-c/basic-geometry-test/tests/versor/versor_are_close.h

10 lines
176 B
C

#ifndef _TEST_VERSOR_ARE_CLOSE_H_
#define _TEST_VERSOR_ARE_CLOSE_H_
int test_versor_are_close_fp32();
int test_versor_are_close_fp64();
int test_versor_are_close();
#endif