Home
last modified time | relevance | path

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

/dports/math/mathgl/mathgl-2.5/src/
H A Deval.cpp530 double MGL_LOCAL_CONST mgl_asinh(double x) { return log(x+sqrt(x*x+1.)); } in mgl_asinh() function
557 mgl_asinh,mgl_acosh,mgl_atanh,sqrt,exp,log,log10,sgn,stp,floor,fabs
H A Devalp.cpp327 double MGL_LOCAL_CONST mgl_asinh(double x);
742 else if(!nm.compare(L"asinh")) return mglApplyFunc(str, arg, head, mgl_asinh,fns); in mglFormulaCalcA()