pj_msfn.cpp

来自「projapi是一个关于GIS行业投影转换的程序库」· C++ 代码 · 共 15 行

CPP
15
字号

#include "stdafx.h"

/* 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"
	double pj_msfn(double sinphi, double cosphi, double es)
{	return (cosphi / sqrt (1. - es * sinphi * sinphi));}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?