Is there math function library?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is there math function library?

1,205件の閲覧回数
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,194件の閲覧回数
CarlosGarabito
NXP TechSupport
NXP TechSupport

just add math.h in the head of your code

#include <math.h>

0 件の賞賛
返信