Regarding mathlib_rts_c674x_3_1_0_0 and mathlib_c674x_3_1_0_0. There are logarithm functions for single precision float (log10, log, etc) and double precision float.
On the lower boundary check, these functions return "-inf" (floating point minus infinity). In real-time processing, this isn't useful; perhaps they should return the logarithm of FLT_MIN, DBL_MIN, instead.
On the upper boundary check for the single precision functions, these appear to return logxx(DBL_MAX) rather than logxx(FLT_MAX).
Where can I put in a problem report for TI?