Home
last modified time | relevance | path

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

/dports/math/R-cran-statmod/statmod/R/
H A Dinvgauss.R233 bigphi <- (Yphi > 5e5) functionVar
234 if(any(bigphi)) {
236 X1[bigphi] <- 1 / Yphi[bigphi]
237 X1[!bigphi] <- 1 + Yphi[!bigphi]/2 * (1 - sqrt(1 + 4/Yphi[!bigphi]))
/dports/graphics/grads/grads-1.9b4/src/
H A Dgaddes.c2554 float x,y,z,xx,bigphi,biglam; in ll2eg() local
2578 bigphi = atan2(z,sqrt(x*x+y*y))/d2r; /* transformed lat in degrees */ in ll2eg()
2586 *grdj = 1.0 + (bigphi-sbd)/dphd; in ll2eg()