#include "tangent.h" const tangent_fp32_t FP32_IDLE_TANGENT = { 1.0f, 0.0f }; const tangent_fp64_t FP64_IDLE_TANGENT = { 1.0, 0.0 };