Scilab Function
leapseconds - Returns a matrix with all leapseconds, or counts the leapseconds
to the given date.
Calling Sequence
-
lsecs = leapseconds()
-
lsecs = leapseconds(type)
-
lsecs = leapseconds(dt, utc)
Parameters
-
type
: Format in which the dates should be returned, 'DT' days as in datenum(), 'D' date (year, month, day).
-
dt
: Date in decimal days (see utc), like returned by datenum().
-
utc
: Daytime (UTC), (has not been taken into account)
-
lsecs
: Returnvalues
Description
-
Returns a matrix with all leapseconds (including future onces), or counts the leapseconds
to the given date.
All data is received from the actual Bulletin C (36 of 4 July 2008) published by the IERS.
-
(Not matrix aware)
Examples
Add here scilab instructions and comments
See Also
datenum
,
Authors
-
cos
area7@web.de