Is there math function library?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Is there math function library?

1,202 次查看
George_Ye
Contributor II

I wanna use math function like 'abs','cos' and so on.

1.Is there math function library?

2.How to include it?

0 项奖励
回复
1 回复

1,191 次查看
CarlosGarabito
NXP TechSupport
NXP TechSupport

just add math.h in the head of your code

#include <math.h>

0 项奖励
回复