pj_msfn.c
来自「开源投影系统 Cartographic Projections library」· C语言 代码 · 共 11 行
C
11 行
/* determine constant small m */#ifndef lintstatic const char SCCSID[]="@(#)pj_msfn.c 4.3 93/06/12 GIE REL";#endif#include <math.h>#include <projects.h> doublepj_msfn(double sinphi, double cosphi, double es) { return (cosphi / sqrt (1. - es * sinphi * sinphi));}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?