# File lib/date.rb, line 479
  def self.ajd_to_jd(ajd, of=0) (ajd + of + 1.to_r/2).divmod(1) end