mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]

Constants without dimensions are provided with a template argument specifying the precision.

Functions

template<typename realT >
constexpr realT mx::astro::constants::tan_arcsec ()
 Tangent of 1.0 arcsec. More...
 

Function Documentation

◆ tan_arcsec()

template<typename realT >
constexpr realT mx::astro::constants::tan_arcsec ( )
constexpr

Tangent of 1.0 arcsec.

Calculated with 100 digits of precision, recorded here with 50 digits.

Definition at line 32 of file constants.hpp.