#include <stdio.h> #include <math.h> int main() { printf("Sin(60) = %f\n", sin(M_PI/3.0)); return 0; }