GeographicLib 2.5
|
Header for the GeographicLib::AuxLatitude class. More...
Go to the source code of this file.
Classes | |
class | GeographicLib::AuxLatitude |
Conversions between auxiliary latitudes. More... | |
Namespaces | |
namespace | GeographicLib |
Namespace for GeographicLib. | |
Macros | |
#define | GEOGRAPHICLIB_AUXLATITUDE_ORDER |
Header for the GeographicLib::AuxLatitude class.
This file is an implementation of the methods described in
Copyright (c) Charles Karney (2022-2023) karne.nosp@m.y@al.nosp@m.um.mi.nosp@m.t.ed.nosp@m.u and licensed under the MIT/X11 License. For more information, see https://geographiclib.sourceforge.io/
Definition in file AuxLatitude.hpp.
#define GEOGRAPHICLIB_AUXLATITUDE_ORDER |
The order of the series approximation used in AuxLatitude. GEOGRAPHICLIB_AUXLATITUDE_ORDER can be set to one of [4, 6, 8]. Use order appropriate for double precision, 6, also for GEOGRAPHICLIB_PRECISION == 5 to enable truncation errors to be measured easily.
Definition at line 32 of file AuxLatitude.hpp.