55 lines
1.1 KiB
C++
55 lines
1.1 KiB
C++
//
|
|
// File: rtGetInf.cpp
|
|
//
|
|
// MATLAB Coder version : 4.3
|
|
// C/C++ source code generated on : 30-Mar-2020 11:59:32
|
|
|
|
|
|
//
|
|
// Abstract:
|
|
// MATLAB for code generation function to initialize non-finite, Inf and MinusInf
|
|
|
|
#include "rtGetInf.h"
|
|
|
|
// Function: rtGetInf ==================================================================
|
|
// Abstract:
|
|
// Initialize rtInf needed by the generated code.
|
|
|
|
real_T rtGetInf(void)
|
|
{
|
|
return rtInf;
|
|
}
|
|
|
|
// Function: rtGetInfF =================================================================
|
|
// Abstract:
|
|
// Initialize rtInfF needed by the generated code.
|
|
|
|
real32_T rtGetInfF(void)
|
|
{
|
|
return rtInfF;
|
|
}
|
|
|
|
// Function: rtGetMinusInf =============================================================
|
|
// Abstract:
|
|
// Initialize rtMinusInf needed by the generated code.
|
|
|
|
real_T rtGetMinusInf(void)
|
|
{
|
|
return rtMinusInf;
|
|
}
|
|
|
|
// Function: rtGetMinusInfF ============================================================
|
|
// Abstract:
|
|
// Initialize rtMinusInfF needed by the generated code.
|
|
|
|
real32_T rtGetMinusInfF(void)
|
|
{
|
|
return rtMinusInfF;
|
|
}
|
|
|
|
//
|
|
// File trailer for rtGetInf.cpp
|
|
//
|
|
// [EOF]
|
|
|