+ 3
what does #include <cmath> mean?
7 odpowiedzi
+ 2
it includes the cmath library in your program
+ 2
List of cmath functions
http://www.cplusplus.com/reference/cmath/
+ 1
include the header "cmath" so making able to use all the functions of cmath(see Jetset Willy's post)
0
It is a library file containing files regarding maths
- 1
# is a preprocessor that includes cmath library means all the definitions regarding math library are included in it and can be used readily.
In short "#include<cmath>" means before proceeding to programme once look at these library.
- 1
this is predifiend heder file for math Calculetion
- 3
it helps to making programs very short