我正在使用Linux,Ubuntu 12.04(PrecisePangolin),以及用于编码的Geany。在我使用sqrtf命令求float的平方根之前,我用C编写的代码工作得很好。Error:HAC3.c:(.text+0xfd7):undefinedreferenceto`sqrtf'.我在以下代码中使用sqrtf()的部分代码:floatsyn(float*a,float*b,intdimensions){floatsimilarity=0;floatsumup=0;floatsumdown=0;floatas=0;floatbs=0;inti;for(i=0;i我包含了mat