Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dspecfun.c3277 double Euler_constant = .577215664901532860606512; in expint() local
3282 y = -Euler_constant - log(z); in expint()
3371 #define Euler_constant 0.577215664901532860606512 macro
3718 gamma1 = fabs(v) < MACHEP ? -Euler_constant : (0.5f / v) * (gp - gm) * c; in temme_ik_series()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dspecfun.c3277 double Euler_constant = .577215664901532860606512; in expint() local
3282 y = -Euler_constant - log(z); in expint()
3371 #define Euler_constant 0.577215664901532860606512 macro
3718 gamma1 = fabs(v) < MACHEP ? -Euler_constant : (0.5f / v) * (gp - gm) * c; in temme_ik_series()