26 lines
613 B
C
26 lines
613 B
C
//
|
|
// File: rt_defines.h
|
|
//
|
|
// MATLAB Coder version : 4.3
|
|
// C/C++ source code generated on : 30-Mar-2020 11:59:32
|
|
//
|
|
#ifndef RT_DEFINES_H
|
|
#define RT_DEFINES_H
|
|
|
|
static const double RT_PI = 3.14159265358979323846;
|
|
static const float RT_PIF = 3.1415927F;
|
|
static const double RT_LN_10 = 2.30258509299404568402;
|
|
static const float RT_LN_10F = 2.3025851F;
|
|
static const double RT_LOG10E = 0.43429448190325182765;
|
|
static const float RT_LOG10EF = 0.43429449F;
|
|
static const double RT_E = 2.7182818284590452354;
|
|
static const float RT_EF = 2.7182817F;
|
|
|
|
#endif
|
|
|
|
//
|
|
// File trailer for rt_defines.h
|
|
//
|
|
// [EOF]
|
|
//
|