This file is indexed.

/usr/share/freemat/help/text/complex.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
COMPLEX COMPLEX Create a Complex Number

Usage

Converts the two real input arguments into the real and imaginary part
(respectively) of a complex number.  The syntax
for its use is

   y = complex(x,z)

where x and z are n-dimensional numerical arrays.  The usual rules
for binary operators apply (i.e., one of the arguments can be a scalar,
if either is of type single the output is single, etc.).