Antkeeper  0.0.1
Namespaces | Variables
physics::time Namespace Reference

Time-related functions. More...

Namespaces

 gregorian
 Gregorian calender time.
 
 jd
 Julian day (JD).
 
 ut1
 UT1 universal time.
 
 utc
 Coordinated Universal Time (UTC).
 

Variables

template<class T >
constexpr T seconds_per_day = T(86400)
 Number of seconds per day, in seconds. More...
 

Detailed Description

Time-related functions.

Variable Documentation

◆ seconds_per_day

template<class T >
constexpr T physics::time::seconds_per_day = T(86400)
constexpr

Number of seconds per day, in seconds.

Definition at line 28 of file time/constants.hpp.