hi
i am tring to use exp function on the jn5168
i added the include math.h but its not working
i tried to use the pow(x,y) instead but the pow function cant work with two fractures
when using powf(2.7183,6) everything is ok
but if using powf(2.7183,6.5) error occure
the error i am getting is :
undefined reference to 'powf'
collect2: ld returned 1 exit status
anyone know how to do it?
thank you
nati