Mathematical header file <math.h>
<math.h> :- It means the mathematical header file which has some special mathematics function namely sqrt( ); and pow( , );
1) sqrt( ); It means the square root function. The format is sqrt(n); where n should not be negative
2) pow( , ); It means the power function. The format is pow(x , y); where x is base and y is the power i.e. pow(x , y) = x rest to y
1) sqrt( ); It means the square root function. The format is sqrt(n); where n should not be negative
2) pow( , ); It means the power function. The format is pow(x , y); where x is base and y is the power i.e. pow(x , y) = x rest to y
0 comments:
Post a Comment