/usr/share/freemat/help/text/num2hex.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 | NUM2HEX NUM2HEX Convert Numbers to IEEE Hex Strings
Usage
Converts single and double precision arrays to IEEE hex strings. The
syntax for its use is
y = num2hex(x)
where x is either a float or double array. The output y is
a n-by-p character array, where n is the number of elements in x,
and p is 16 for double arrays, and 8 for single arrays.
|