rt_defines.h 925 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: rt_defines.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 04-Apr-2023 15:28:59
  9. //
  10. #ifndef RT_DEFINES_H
  11. #define RT_DEFINES_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. static const real_T RT_PI{3.14159265358979323846};
  18. static const real32_T RT_PIF{3.1415927F};
  19. static const real_T RT_LN_10{2.30258509299404568402};
  20. static const real32_T RT_LN_10F{2.3025851F};
  21. static const real_T RT_LOG10E{0.43429448190325182765};
  22. static const real32_T RT_LOG10EF{0.43429449F};
  23. static const real_T RT_E{2.7182818284590452354};
  24. static const real32_T RT_EF{2.7182817F};
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #endif
  29. //
  30. // File trailer for rt_defines.h
  31. //
  32. // [EOF]
  33. //