use math sqrt in c++ code example Example 1: sqrt in c++ Click to copy#include <cmath> sqrt(x); Example 2: sqrt c++ Click to copy#include <math.h>