Home
last modified time | relevance | path

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

/dports/math/mathgl/mathgl-2.5/src/
H A Deval.cpp533 double MGL_LOCAL_CONST mgl_fmin(double a,double b) { return a > b ? b : a; } in mgl_fmin() function
547 …SIN-EQ_LT] = {clt,cgt,ceq,cor,cand,add,sub,mul,del,ipw,pow,mgl_fmod,llg,arg,hypot,mgl_fmax,mgl_fmin
H A Devalp.cpp330 double MGL_LOCAL_CONST mgl_fmin(double a,double b);
927 return mglApplyOper(str.substr(0,n),str.substr(n+1),arg, head, mgl_fmin,fns); in mglFormulaCalcA()