/** hellomath.c **/ #include #include void hellomath(double value) { printf("sine: %g\n",sin(value)); }