How to convert an ihc::hls_float <8, 23> s_tanf to an ac_int or ac_fixed?
Hi,
I have to calculate an arctan on a CycloneV. Since HLS/ac_fixed_math.h does not include atan I use HLS/hls_float_math.h. Just now I run in trouble to convert the
ihc::hls_float <8, 23> s_tan...