示例#1
0
 static double fabs(double d)
 {
     return(EquationSolver.fabs(d));
 }