NumCpp  2.14.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Version.hpp
Go to the documentation of this file.
1
28#pragma once
29
30namespace nc
31{
32 // NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays)
33 constexpr char VERSION[] = "2.14.0";
34} // namespace nc
Definition Cartesian.hpp:40
constexpr char VERSION[]
Current NumCpp version number.
Definition Version.hpp:33