/usr/share/freemat/help/text/issame.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 | ISSAME ISSAME Test If Two Arrays Are Identical
Usage
Tests for two arrays to be identical. The syntax
for its use is
y = issame(a,b)
where a and b are two arrays to compare. This
comparison succeeds only if a and b are of the
same data type, size, and contents. Unlike numerical
equivalence tests, the issame function considers
NaN to be equal in both arguments.
|