📅  最后修改于: 2022-03-11 14:56:46.998000             🧑  作者: Mango
There are three overloads of sqrt which take different parameters:
float sqrt(float),
double sqrt(double) and
long double sqrt(long double).
"Anything Except this will throw error"