Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dvectormath_trig.h581 static inline VTYPE asin_d(VTYPE const & x) { in asin_d() function
/dports/math/mathgl/mathgl-2.5/src/
H A Deval.cpp635 double MGL_LOCAL_CONST asin_d(double a) {return 1./sqrt(1.-a*a);} in asin_d() function