58 case ERROR_SYNTAX_ERROR:
62 G4Evaluator::print_error();
90 setFunction(
"sin", (*
fsin));
91 setFunction(
"cos", (*
fcos));
92 setFunction(
"tan", (*
ftan));
93 setFunction(
"asin", (*
fasin));
94 setFunction(
"acos", (*
facos));
95 setFunction(
"atan", (*
fatan));
96 setFunction(
"atan2", (*
fatan2));
97 setFunction(
"sinh", (*
fsinh));
98 setFunction(
"cosh", (*
fcosh));
99 setFunction(
"tanh", (*
ftanh));
103 setFunction(
"sqrt", (*
fsqrt));
104 setFunction(
"exp", (*
fexp));
105 setFunction(
"log", (*
flog));
106 setFunction(
"log10", (*
flog10));
107 setFunction(
"pow", (*
fpow));
G4double fsqrt(G4double arg)
G4double ftan(G4double arg)
G4double fexp(G4double arg)
G4double fcosh(G4double arg)
G4double fcos(G4double arg)
G4double fsin(G4double arg)
G4double ftanh(G4double arg)
G4double facos(G4double arg)
G4double fpow(G4double arg1, G4double arg2)
G4double fasin(G4double arg)
void print_error(G4int status) const
void AddCommonFunctions()
G4double fatan2(G4double arg1, G4double arg2)
G4double flog(G4double arg)
G4double fsinh(G4double arg)
G4double fatan(G4double arg)
G4double flog10(G4double arg)
G4GLOB_DLL std::ostream G4cerr