This file is indexed.

/usr/include/libspreadsheet-1.12/spreadsheet/sf-bessel.h is in gnumeric 1.12.28-1.

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
#ifndef GNM_SF_BESSEL_H_
#define GNM_SF_BESSEL_H_

#include <numbers.h>

gnm_float gnm_bessel_i (gnm_float x, gnm_float alpha);
gnm_float gnm_bessel_j (gnm_float x, gnm_float alpha);
gnm_float gnm_bessel_k (gnm_float x, gnm_float alpha);
gnm_float gnm_bessel_y (gnm_float x, gnm_float alpha);

#endif