C language
C – All Standart Functions
Function System Include File Function Prototype Description abort stdlib.h void abort(void); Stops a program abnormally. abs stdlib.h int abs(int n); Calculates the absolute value of an integer argument n. acos math.h double acos(double x); Calculates the arc cosine of x. Read more…