Free functions
| day_of_week | Compute the day of the week for the given Gregorian date. The returned value is an integer in the range 0 to 6, where 0 is Saturday, 1 is Sunday, 2 is Monday, and so on…. |
| check_input_parameters | Check the input parameters for the day_of_week function…. |