#include <stdio.h>
#include <math.h>
int main()
{
  printf("cos(1)= %f \n", cos(1));
}

After compile:

undefined reference to "cos"

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Reply via email to