Free stuff Dropshippers Only PHP Make money from your website Scripts.com - Get the best scripts NOW!
Here is your code snippet
Code
int main() {
printf("The cosine of %f is %f.\n",0.5,cos(0.5)); printf("The cosine of %f is %f.\n",1.0,cos(1.0)); printf("The cosine of %f is %f.\n",-1.0,cos(-1.0)); return 0; }