function earth_flattening in Location 5
Same name and namespace in other branches
- 5.3 earth.inc \earth_flattening()
- 6.3 earth.inc \earth_flattening()
- 7.5 earth.inc \earth_flattening()
- 7.3 earth.inc \earth_flattening()
- 7.4 earth.inc \earth_flattening()
2 calls to earth_flattening()
File
- ./
earth.inc, line 24
Code
function earth_flattening() {
return 1 / 298.257223563;
}