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

10 lines
169 B
C

#ifndef _TEST_VERSOR_COMBINE_H_
#define _TEST_VERSOR_COMBINE_H_
void test_versor_combine_fp32();
void test_versor_combine_fp64();
void test_versor_combine();
#endif