This file is indexed.

/usr/share/radiance/meta/standard.plt is in radiance-materials 4R0+20110410-1build1.

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
#
#  Standard variable and function definitions.
#

PI : 3.141592653589793

DEGREE : PI / 180

abs(x) : if(x, x, -x)