rt_atan2.h

来自「使用c语言及c++来实现matlab编程」· C头文件 代码 · 共 22 行

H
22
字号
/*
 * rt_atan2.h
 *
 * Embedded MATLAB Coder code generation for M-function 'PointingAngleCalc2'
 *
 * C source code generated on: Thu May 22 09:59:50 2008
 *
 */

#ifndef __RT_ATAN2_H__
#define __RT_ATAN2_H__

#include <math.h>
#include "rtwtypes.h"
#include "rt_nonfinite.h"

extern real_T rt_atan2(real_T a, real_T b);
extern real32_T rt_atan232(real32_T a, real32_T b);

#endif
/* End of Embedded MATLAB Coder code generation (rt_atan2.h) */

⌨️ 快捷键说明

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