Choose Category
#include <math.h> #include <stdio.h> int main(void) { printf("Arc sine of %f is %f.\n", val, asin(-1.0)); return 0; }