/usr/share/freemat/help/text/fix.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 | FIX FIX Round Towards Zero
Usage
Rounds the argument array towards zero. The syntax for its use is
y = fix(x)
where x is a numeric array. For positive elements of x, the output
is the largest integer smaller than x. For negative elements of x
the output is the smallest integer larger than x. For complex x,
the operation is applied seperately to the real and imaginary parts.
|