Is there math function library?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there math function library?

1,207 Views
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 Kudos
Reply
1 Reply

1,196 Views
CarlosGarabito
NXP TechSupport
NXP TechSupport

just add math.h in the head of your code

#include <math.h>

0 Kudos
Reply