This file is indexed.

/usr/share/yacas/scripts/functional.rep/om.ys is in yacas 1.3.6-2+b1.

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
// From code.ys.def:
OMDef( ":"        , "yacas","prepend"    );
OMDef( "@"        , "yacas","apply"      );
OMDef( "/@"       , "yacas","list_apply" );
OMDef( ".."       , "interval1","integer_interval" );
OMDef( "NFunction", "yacas","NFunction" );