fun8_2_std.h 409 B

12345678910111213141516171819202122232425262728
  1. //
  2. // File: std.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 10-Mar-2023 11:08:29
  6. //
  7. #ifndef STD_H
  8. #define STD_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #include "coder_array.h"
  12. #include <cstddef>
  13. #include <cstdlib>
  14. // Function Declarations
  15. namespace coder {
  16. double b_std_8_2(const ::coder::array<double, 2U> &x);
  17. }
  18. #endif
  19. //
  20. // File trailer for std.h
  21. //
  22. // [EOF]
  23. //