function earth_eccentricity_sq in Location 5
Same name and namespace in other branches
- 5.3 earth.inc \earth_eccentricity_sq()
- 6.3 earth.inc \earth_eccentricity_sq()
- 7.5 earth.inc \earth_eccentricity_sq()
- 7.3 earth.inc \earth_eccentricity_sq()
- 7.4 earth.inc \earth_eccentricity_sq()
File
- ./
earth.inc, line 32
Code
function earth_eccentricity_sq() {
return 2 * earth_flattening() - pow(earth_flattening(), 2);
}