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