function jed = epoch_to_jed_hindu_solar ( ) %*****************************************************************************80 % %% EPOCH_TO_JED_HINDU_SOLAR: epoch of the Hindu solar calendar as a JED. % % Discussion: % % This is the beginning of the Kali Yuga era. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 14 June 2012 % % Author: % % John Burkardt % % Parameters: % % Output, real JED, the Julian Ephemeris Date of the epoch. % jed = 588465.75; return end