From 26f9500d3fe5073788354102d157cc5e7978c740 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Sat, 21 Dec 2024 20:11:19 +0100 Subject: Renamed and re-organized files in Scripts/ directory --- Functions/days/README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Functions/days/README.md (limited to 'Functions/days/README.md') diff --git a/Functions/days/README.md b/Functions/days/README.md deleted file mode 100644 index 8a11db2..0000000 --- a/Functions/days/README.md +++ /dev/null @@ -1,11 +0,0 @@ -#days.m -Function to count the total days elapsed in a year according to a given date. -The syntax of the function is `days(, , )` where `months` is a integer (1-12). `days` is an integer (1-31) and `leap` - -## Input -months - month number (1-12). Example: `8` represents August. -days - day number of the month. -leap - indicates if the year is a leapyear or a regular year. `0` for regular and `1` for leap year. - -## Output -`nd` - number of days elapsed in the year. \ No newline at end of file -- cgit v1.2.3