/usr/share/freemat/help/text/i.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 | I I-J Square Root of Negative One
Usage
Returns a complex value that represents the square root of -1. There are two
functions that return the same value:
y = i
and
y = j.
This allows either i or j to be used as loop indices. The returned value is a 32-bit complex value.
|