function jed = epoch_to_jed_mayan_long ( ) %*****************************************************************************80 % %% EPOCH_TO_JED_MAYAN_LONG: epoch of the Mayan long count calendar as a JED. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 15 June 2012 % % Author: % % John Burkardt % % Parameters: % % Output, real JED, the Julian Ephemeris Date of the epoch. % jed = 584282.5; return end