# File AlmanacForRuby/AlmanacDateTime.rb, line 56
  def bc_to_ad(bc)
    answer_ad = -( bc - 1 )
    return answer_ad
  end