Function astro::lunar::time_of_passage_through_nodes
[−]
[src]
pub fn time_of_passage_through_nodes(date: &Date) -> (f64, f64)
Computes the times of passage of the Moon through the ascending and descending nodes, close to a given date
Returns
(time_of_ascend_node, time_of_descend_node)
time_of_ascend_node
: Time of passage through the ascending nodetime_of_descend_node
: Time of passage through the descending node
Arguments
date
: The Date