Current location - Training Enrollment Network - Mathematics courses - In which header file is the declaration of mathematical function sin? In which library file is its binary code?
In which header file is the declaration of mathematical function sin? In which library file is its binary code?
Double crime (double A);

This function is in the header file of math.h

C language program:

# Contains? & ltstdio.h & gt

# Contains? & ltmath.h & gt

Invalid? Master ()

{

printf("%lf\n ",sin(3. 14 159/4));

} Run the test: