This file is indexed.

/usr/include/oce/Degrees.hxx is in liboce-visualization-dev 0.9.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
#define pi 3.1415926535897932385
#define DEG(x) float(((x)*pi)/180.)