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
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | scifir |
The namespace scifir contains all scifir-units, excepting the string literals, which are outside. | |
Functions | |
float | scifir::parse_float (const string &x) |
int | scifir::parse_int (const string &x) |
string | scifir::display_float (const float &value, int number_of_decimals) |
string | scifir::display_double (const double &value, int number_of_decimals) |
string | scifir::display_long_double (const long double &value, int number_of_decimals) |