bgc-c/basic-geometry-test/tests/versor/versor_are_close.h
2025-02-13 19:28:40 +07:00

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