/usr/share/freemat/help/text/clocktotime.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | CLOCKTOTIME CLOCKTOTIME Convert Clock Vector to Epoch Time
Usage
Given the output of the clock command, this function computes
the epoch time, i.e, the time in seconds since January 1,1970
at 00:00:00 UTC. This function is most useful for calculating elapsed
times using the clock, and should be accurate to less than a millisecond
(although the true accuracy depends on accuracy of the argument vector).
The usage for clocktotime is
y = clocktotime(x)
where x must be in the form of the output of clock, that is
x = [year month day hour minute seconds]
|