class SolCal::Commands::GeometricMeanLongCommand
Protected Instance Methods
do_execute()
click to toggle source
# File lib/solcal/commands/geometric_mean_long_command.rb, line 5 def do_execute Angle.from_deg((280.46646+julian_century*(36000.76983 + julian_century*0.0003032))%360) end