用VB表达式表示3√x+2√x的平方+1 急!
问题描述:
用VB表达式表示3√x+2√x的平方+1 急!
答
Math.Pow
public static double Pow(
double x,
double y
)