Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/psedorange/
DTroposphericModelEgnos.java275 double powerWet = (((lambda + 1.0) * GRAVITY_MPS2) / (RD * beta)) - 1.0; in calculateZenithDryAndWetDelaysSec() local
277 double zenithWetDelaySeconds = zenithWetDelayAtSeaLevelSeconds * Math.pow(commonBase, powerWet); in calculateZenithDryAndWetDelaysSec()