This file is indexed.

/usr/share/freemat/help/text/uint64.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
UINT64 UINT64 Convert to Unsigned 64-bit Integer

Usage

Converts the argument to an unsigned 64-bit Integer.  The syntax
for its use is

   y = uint64(x)

where x is an n-dimensional numerical array.  Conversion
follows saturation rules (e.g., if x is outside the normal
range for an unsigned 64-bit integer of [0,2^64-1], it is
truncated to that range.  Note that both NaN and Inf both map to 0.