This file is indexed.

/usr/share/axiom-20170501/src/algebra/AHYP.spad is in axiom-source 20170501-3.

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
15
16
17
18
19
20
21
22
23
24
25
26
)abbrev category AHYP ArcHyperbolicFunctionCategory
++ Date Last Updated: 14 May 1991
++ Description:
++ Category for the inverse hyperbolic trigonometric functions;

ArcHyperbolicFunctionCategory() : Category == SIG where

  SIG ==> with

    acosh : $ -> $
      ++ acosh(x) returns the hyperbolic arc-cosine of x.

    acoth : $ -> $
      ++ acoth(x) returns the hyperbolic arc-cotangent of x.

    acsch : $ -> $
      ++ acsch(x) returns the hyperbolic arc-cosecant of x.

    asech : $ -> $
      ++ asech(x) returns the hyperbolic arc-secant of x.

    asinh : $ -> $
      ++ asinh(x) returns the hyperbolic arc-sine of x.

    atanh : $ -> $
      ++ atanh(x) returns the hyperbolic arc-tangent of x.