+ 3

what does #include <cmath> mean?

22nd Jul 2016, 10:43 AM
Rishab Mallick
7 Answers
+ 2
it includes the cmath library in your program
22nd Jul 2016, 12:53 PM
Null Void
Null Void - avatar
22nd Jul 2016, 8:38 PM
Jetset Willy
Jetset Willy - avatar
+ 1
include the header "cmath" so making able to use all the functions of cmath(see Jetset Willy's post)
23rd Jul 2016, 12:56 AM
_Geometry dash_ _Roh_ (AKA NovaRate0315)
_Geometry dash_ _Roh_ (AKA NovaRate0315) - avatar
0
It is a library file containing files regarding maths
22nd Jul 2016, 11:05 AM
Varnesh Gawde
Varnesh Gawde - avatar
- 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.
22nd Jul 2016, 7:17 PM
Ritesh Adlak
- 1
this is predifiend heder file for math Calculetion
24th Jul 2016, 4:01 PM
Utkarsh Tiwari
Utkarsh Tiwari - avatar
- 3
it helps to making programs very short
24th Jul 2016, 4:03 PM
Utkarsh Tiwari
Utkarsh Tiwari - avatar