Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE
I have an application requiring X^0.333, but the bounds of X are unclear. In my particular test, X ~= 1E-4, and powf sometimes returns infinity. I found in the FASTRTS_SW_LIB_UG.pdf, that X must be >=1 for powf, which is strange because it sometimes works. I have couple of questions:
1. If the X>=1 requirement for powf is real, why does it sometimes work?
2. I tried linking rts2800_fpu64_fast_supplement.lib, but "pow" is not found -- is there a 64bit pow function?
3. If there is a 64 bit pow function, does it have the same X>=1 limitation?
4. Is this rts2800_fpu64_fast_supplement.lib EABI or COFF?
Thanks,
Jim