SQRT in stm32f4 ?
Posted on June 03, 2013 at 15:06Hello I want to use sqrt (square root) function to calculate sqrt (x^2 + y^2) but i haven't math.h in my root this is the error undefined reference to `sqrt' collect2: ld returned 1 exit status how can i fix it ple...