MCPcopy
hub / github.com/csev/py4e / t

Function t

code/gmane/d3.v3.js:4689–4691  ·  view source on GitHub ↗
(φ)

Source from the content-addressed store, hash-verified

4687 }).raw = d3_geo_azimuthalEquidistant;
4688 function d3_geo_conicConformal(φ0, φ1) {
4689 var cosφ0 = Math.cos(φ0), t = function(φ) {
4690 return Math.tan(π / 4 + φ / 2);
4691 }, n = φ0 === φ1 ? Math.sin(φ0) : Math.log(cosφ0 / Math.cos(φ1)) / Math.log(t(φ1) / t(φ0)), F = cosφ0 * Math.pow(t(φ0), n) / n;
4692 if (!n) return d3_geo_mercator;
4693 function forward(λ, φ) {
4694 if (F > 0) {

Callers 7

d3_geo_conicConformalFunction · 0.70
forwardFunction · 0.70
foundation.min.jsFile · 0.50
aFunction · 0.50
rFunction · 0.50
iFunction · 0.50
nFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected