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

10 lines
154 B
C

#ifndef _TEST_VERSOR_COPY_H_
#define _TEST_VERSOR_COPY_H_
void test_versor_copy_fp32();
void test_versor_copy_fp64();
void test_versor_copy();
#endif