scifir-units
2.0.0
scifir-units is a library of units of measurement, angles, coordinates, fields, and related data, all lightweight, that help in the development of scientific software and scientific machines
Loading...
Searching...
No Matches
units
constants.cpp
Go to the documentation of this file.
1
#include "
./constants.hpp
"
2
3
#include "
./base_units.hpp
"
4
5
using namespace
std;
6
7
namespace
scifir
8
{
9
const
scalar_unit
WGS84_EARTH_SEMIAXIS_A
= 6378137
_m
;
10
const
scalar_unit
WGS84_EARTH_SEMIAXIS_B
= 6356752.314245
_m
;
11
}
base_units.hpp
scifir::coordinates_1d
Definition
coordinates_1d.hpp:18
scifir::scalar_unit
Class that allows to create scalar units, which are composed of a value (as a float) and dimensions....
Definition
scalar_unit.hpp:202
constants.hpp
scifir
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition
address.cpp:6
scifir::WGS84_EARTH_SEMIAXIS_B
const scalar_unit WGS84_EARTH_SEMIAXIS_B
Definition
constants.cpp:10
scifir::WGS84_EARTH_SEMIAXIS_A
const scalar_unit WGS84_EARTH_SEMIAXIS_A
Definition
constants.cpp:9
Generated by
1.9.8