Podcast
Questions and Answers
Which header file should be included to access most of the mathematical functions in C?
Which header file should be included to access most of the mathematical functions in C?
- <stdio.h>
- <math.h> (correct)
- <string.h>
- <stdlib.h>
Which header file should be included to access functions that operate on integers in C?
Which header file should be included to access functions that operate on integers in C?
- <stdio.h>
- <math.h>
- <string.h>
- <stdlib.h> (correct)
What unit of angle is used by functions that operate on angles in C?
What unit of angle is used by functions that operate on angles in C?
- Radians (correct)
- Gradians
- Minutes
- Degrees
Are all of the mathematical functions available in the C89 version of the standard?
Are all of the mathematical functions available in the C89 version of the standard?
What types of arguments do the mathematical functions in C89 accept?
What types of arguments do the mathematical functions in C89 accept?
Which two courses make up Math 55 at Harvard University?
Which two courses make up Math 55 at Harvard University?
Who founded Math 55 at Harvard University?
Who founded Math 55 at Harvard University?
What was Math 55 previously called?
What was Math 55 previously called?
How has Math 55 been described by Harvard University's Department of Mathematics?
How has Math 55 been described by Harvard University's Department of Mathematics?
In what course did students previously begin the year before taking Math 55?
In what course did students previously begin the year before taking Math 55?