constant GETLOCATIONS_EARTH_ECCENTRICITY_SQ in Get Locations 7
Same name and namespace in other branches
- 7.2 getlocations.module \GETLOCATIONS_EARTH_ECCENTRICITY_SQ
1 use of GETLOCATIONS_EARTH_ECCENTRICITY_SQ
File
- ./
getlocations.module, line 6109 - getlocations.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
define('GETLOCATIONS_EARTH_ECCENTRICITY_SQ', 2 * (1 / 298.257223563) - pow(1 / 298.257223563, 2));