//! ERFA Galactic Coordinates Functions
use crate*;
/// Transformation from Galactic coordinates to ICRS.
///
/// Please see the full ERFA docs for this function [here](https://github.com/liberfa/erfa/blob/master/src/g2icrs.c)
/// Transformation from ICRS to Galactic coordinates.
///
/// Please see the full ERFA docs for this function [here](https://github.com/liberfa/erfa/blob/master/src/icrs2g.c)