34 lines
489 B
C
34 lines
489 B
C
//
|
|
// File: rtGetInf.h
|
|
//
|
|
// MATLAB Coder version : 4.3
|
|
// C/C++ source code generated on : 30-Mar-2020 11:59:32
|
|
|
|
|
|
#ifndef RTGETINF_H
|
|
#define RTGETINF_H
|
|
#include "rtwtypes.h"
|
|
#include "rt_nonfinite.h"
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
extern real_T rtGetInf(void);
|
|
extern real32_T rtGetInfF(void);
|
|
extern real_T rtGetMinusInf(void);
|
|
extern real32_T rtGetMinusInfF(void);
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
//
|
|
// File trailer for rtGetInf.h
|
|
//
|
|
// [EOF]
|
|
|