From b7281e18312eaa8346b0d099c45d79841fc2d0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Glondu?= Date: Wed, 1 Feb 2023 09:16:29 +0100 Subject: New upstream version 3.0.0 --- doc/Fcalendar.html | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 doc/Fcalendar.html (limited to 'doc/Fcalendar.html') diff --git a/doc/Fcalendar.html b/doc/Fcalendar.html deleted file mode 100644 index 147b4f7..0000000 --- a/doc/Fcalendar.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -Fcalendar - - - -

Module Fcalendar

-
module Fcalendar: sig .. end
-Calendar implementation in which seconds are float. -

- - This module uses float. Then results may be very unprecise, especially - comparison of calendars which differ with few seconds. - In this case, consider to use module Precise.
-Since 2.0
-

-
-
include Calendar_sig.S
-
module Precise: Calendar_sig.S  with module Date = Date and module Time = Ftime
-More precise implementation of calendar in which seconds are float. -
- \ No newline at end of file -- cgit v1.2.3