#ifndef _TEST_QUATERNION_IS_UNIT_H_ #define _TEST_QUATERNION_IS_UNIT_H_ int test_quaternion_is_unit_fp32(); int test_quaternion_is_unit_fp64(); int test_quaternion_is_unit(); #endif