📄 pj_msfn.cpp
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -