📄 r_cosh.c
字号:
#include "f2c.h"#ifdef KR_headersdouble cosh();double r_cosh(x) real *x;#else#undef abs#include "math.h"#ifdef __cplusplusextern "C" {#endifdouble r_cosh(real *x)#endif{return( cosh(*x) );}#ifdef __cplusplus}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -