diff --git a/cpp.md b/cpp.md index b83d449..21d5054 100644 --- a/cpp.md +++ b/cpp.md @@ -525,3 +525,4 @@ sort(v.begin(), v.end(), greater()); // sorting in the vector in descending |#include | It is used include and facilitate graphical operations in program| |#include | It is used to include all the standard library files| |#include | Inlcude all the headers. A Usefull Hack for Competitive Programming| +|#include | It is used to perform several mathematical functions without the intial boilerplate code, all functions in this library take all arguments as DOUBLE data type and returns them also as a DOUBLE data type.|