class SolCal::Commands::TrueLongitudeCommand

Protected Instance Methods

do_execute() click to toggle source
# File lib/solcal/commands/true_longitude_command.rb, line 5
def do_execute
        Angle.from_deg(geometric_mean_long.to_deg+equation_of_center)
end