🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
val_always.h
1#include "AstUtil/Constants.h"
2#include <cmath>
3
4#pragma once
5#ifndef SWIG
6
7namespace KReal
8{
9 constexpr double PI = _AST kPI;
10}
11
12#ifdef AST_BUILD_LIB
13inline double power(const double x, const double y)
14{
15 return std::pow(x, y);
16}
17#endif
18
19#endif
#define PI
定义 OrbitElement.cpp:30
constexpr double kPI
PI
定义 Constants.h:53