Home
last modified time | relevance | path

Searched defs:tanh_d (Results 1 – 2 of 2) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dvectormath_hyp.h239 static inline VTYPE tanh_d(VTYPE const & x0) { in tanh_d() function
/dports/math/mathgl/mathgl-2.5/src/
H A Deval.cpp638 double MGL_LOCAL_CONST tanh_d(double a) {return 1./(cosh(a)*cosh(a));} in tanh_d() function