.. _program_listing_file_src_navtk_magnetic_magnetic.hpp: Program Listing for File magnetic.hpp ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/navtk/magnetic/magnetic.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp namespace navtk { namespace magnetic { double mag_to_heading(double mag_x, double mag_y, double magnetic_declination = 0.0); } // namespace magnetic } // namespace navtk