Type Definition kidou::F[][src]

pub type F = f64;
Expand description

The floating point type used across the program

Trait Implementations

A float type. Should be the same as Self.

Convert $ \text{kpc} \, \text{Myr}^{-1} $ to $ \text{km} \, \text{s}^{-1} $ Read more

Convert $ \text{km} \, \text{s}^{-1} $ to $ \text{kpc} \, \text{Myr}^{-1} $ Read more

Convert $ 100 \; \text{km}^2 \, \text{s}^{-2} $ to $ \text{kpc}^2 \, \text{Myr}^{-2} $ Read more

Convert $ \text{Myr} $ to seconds

Convert $ \text{km} $ to $ \text{kpc} $

A float type. Should be the same as Self.

Convert X component of the radius vector from the Heliocentric Cartesian system to Galactic Cylindrical system Read more

Convert Z component of the radius vector from the Heliocentric Cartesian system to Galactic Cylindrical system Read more

Convert U component of the velocity vector from the Heliocentric Cartesian system to Galactic Cylindrical system Read more

Convert V component of the velocity vector from the Heliocentric Cartesian system to Galactic Cylindrical system Read more

Convert W component of the velocity vector from the Heliocentric Cartesian system to Galactic Cylindrical system Read more