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 "./coordinates_nd.hpp"
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 | |
string | scifir::to_string (const coordinates_nd< float > &x) |
float | scifir::distance (const coordinates_nd< float > &x, const coordinates_nd< float > &y) |
ostream & | operator<< (ostream &os, const scifir::coordinates_nd< float > &x) |
ostream & operator<< | ( | ostream & | os, |
const scifir::coordinates_nd< float > & | x | ||
) |
Definition at line 48 of file coordinates_nd.cpp.