EVOLUTION-MANAGER
Edit File: msfn.cpp
/* determine constant small m */ #include <math.h> #include "proj.h" #include "proj_internal.h" double pj_msfn(double sinphi, double cosphi, double es) { return (cosphi / sqrt (1. - es * sinphi * sinphi)); }