How to call fmodf funciton with Cla, I try to use clamath, but there is an error.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How to call fmodf funciton with Cla, I try to use clamath, but there is an error.
您好,
感谢您的耐心等待。您可以审阅以下帖子,以便在CLA中实现等效功能。
e2e.ti.com/.../tms320f280049-fmodf-function-equivalant-for-cla
您好,
modf() 不能直接实现,需要使用其他 CLA 函数来分解。
他们能否使用 CLA 中的 CLAdiv 函数来表示整数部分,并使用 mfracf32 内在函数来表示小数部分?