HELP

need help how can i write root on 3 plz help
What do you mean "write root on 3"?
do you mean how to find square root of 3?
I think he means how to find the square root of 3, however based on what he asked he could want any root of 3. For square root:
1
2
#include <cmath>
double x = sqrt(3.0);
Last edited on
ty
Topic archived. No new replies allowed.