aa_get_algorithms()

Returns the list of algorithms

Type string $type The type of list: "algorithms", "categories", "both"

Result

Array
(
....[date] => Array
........(
............[0] => aa_add_days_to_date
............[1] => aa_date_difference
............[2] => aa_date_to_day_of_year
............[3] => aa_date_to_julian_day
............[4] => aa_date_to_julian_day0
............[5] => aa_day_of_week
............[6] => aa_day_of_year_to_date
............[7] => aa_easter_date
............[8] => aa_get_calendar_change_date
............[9] => aa_gregorian_date_to_julian_day
............[10] => aa_gregorian_easter_date
............[11] => aa_greenwich_mean_sidereal_time
............[12] => aa_is_gregorian_date
............[13] => aa_is_gregorian_leap_year
............[14] => aa_is_julian_leap_year
............[15] => aa_is_leap_year
............[16] => aa_julian_date_to_julian_day
............[17] => aa_julian_day_to_date
............[18] => aa_julian_easter_date
............[19] => aa_modified_julian_day
............[20] => aa_set_calendar_change_date
........)

....[degrees] => Array
........(
............[0] => aa_degrees_to_dms
............[1] => aa_degrees_to_format
............[2] => aa_degrees_to_hms
............[3] => aa_degrees_to_mod360
............[4] => aa_dms_to_degrees
............[5] => aa_hms_to_degrees
............[6] => aa_seconds_to_format
........)

....[earth] => Array
........(
............[0] => aa_curvature_radius
............[1] => aa_distance_between_two_points
............[2] => aa_get_earth_ellipsoid
............[3] => aa_nutation_in_longitude
............[4] => aa_nutation_in_obliquity
............[5] => aa_parallel_radius
............[6] => aa_rho_cos_phi_prime
............[7] => aa_rho_sin_phi_prime
............[8] => aa_set_earth_ellipsoid
........)

....[other] => Array
........(
............[0] => aa_nutation_arguments
............[1] => aa_get_algorithms
............[2] => aa_get_last_error
............[3] => aa_set_error
........)

)
array The list of the algorithms

Examples

No argument List of algorithms by default
( algorithms ) List of algorithms
( both ) List of algorithms by category
( categories ) List of categories
( xyz ) Invalid type
Powered by PHP 7.1.33 (0.01 s)