• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) 2024 Huawei Device Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #ifndef MYXCOMPONET_TYPES_H
17 #define MYXCOMPONET_TYPES_H
18 #include <cstddef>
19 
20 constexpr double kNumber = 0.01745329251994329576923690768489;
21 constexpr std::size_t kTwo = 2;
22 constexpr std::size_t kThree = 3;
23 constexpr std::size_t kFour = 4;
24 constexpr std::size_t kFive = 5;
25 constexpr std::size_t kSix = 6;
26 constexpr std::size_t kEight = 8;
27 constexpr std::size_t kNine = 9;
28 constexpr std::size_t kTen = 10;
29 
30 #endif // MYXCOMPONET_TYPES_H