You are here

function earth_eccentricity_sq in Location 5

Same name and namespace in other branches
  1. 5.3 earth.inc \earth_eccentricity_sq()
  2. 6.3 earth.inc \earth_eccentricity_sq()
  3. 7.5 earth.inc \earth_eccentricity_sq()
  4. 7.3 earth.inc \earth_eccentricity_sq()
  5. 7.4 earth.inc \earth_eccentricity_sq()
1 call to earth_eccentricity_sq()
earth_xyz in ./earth.inc

File

./earth.inc, line 32

Code

function earth_eccentricity_sq() {
  return 2 * earth_flattening() - pow(earth_flattening(), 2);
}