Home
last modified time | relevance | path

Searched refs:mgl_atanh (Results 1 – 2 of 2) sorted by relevance

/dports/math/mathgl/mathgl-2.5/src/
H A Deval.cpp532 double MGL_LOCAL_CONST mgl_atanh(double x) { return fabs(x)<1 ? log((1.+x)/(1.-x))/2 : NAN; } in mgl_atanh() function
557 mgl_asinh,mgl_acosh,mgl_atanh,sqrt,exp,log,log10,sgn,stp,floor,fabs
H A Devalp.cpp329 double MGL_LOCAL_CONST mgl_atanh(double x);
744 else if(!nm.compare(L"atanh")) return mglApplyFunc(str, arg, head, mgl_atanh,fns); in mglFormulaCalcA()