Write the necessary preprocessor directive to enable the use of functions like sqrt and sin.
LANGUAGE: C++
CHALLENGE:
Write the necessary preprocessor directive to enable the use of functions like sqrt and sin.
SOLUTION:
#include <cmath>
Write the necessary preprocessor directive to enable the use of functions like sqrt and sin.
#include <cmath>