bgc-c/basic-geometry-test/tests/quaternion/quaternion_square_modulus.h

10 lines
221 B
C

#ifndef _TEST_QUATERNION_SQUARE_MODULUS_H_
#define _TEST_QUATERNION_SQUARE_MODULUS_H_
int test_quaternion_square_modulus_fp32();
int test_quaternion_square_modulus_fp64();
int test_quaternion_square_modulus();
#endif