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
constants.cpp
Go to the documentation of this file.
1#include "./constants.hpp"
2
3#include "./base_units.hpp"
4
5using namespace std;
6
7namespace scifir
8{
10 const scalar_unit WGS84_EARTH_SEMIAXIS_B = 6356752.314245_m;
11}
Class that allows to create scalar units, which are composed of a value (as a float) and dimensions....
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition address.cpp:6
const scalar_unit WGS84_EARTH_SEMIAXIS_B
Definition constants.cpp:10
const scalar_unit WGS84_EARTH_SEMIAXIS_A
Definition constants.cpp:9