add hp300 support from Utah
[unix-history] / usr / src / old / man / intro.3
CommitLineData
fb3e39d8
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
6a716ef9 5.\" @(#)intro.3 6.2 (Berkeley) %G%
fb3e39d8 6.\"
46cc997e 7.TH INTRO 3M ""
fb3e39d8
KM
8.UC 5
9.SH NAME
10intro \- introduction to mathematical library functions
11.SH DESCRIPTION
12These functions constitute the math library,
13.I libm.
14They are automatically loaded as needed by the Fortran compiler
15.IR f77 (1).
16The link editor searches this library under the \*(lq\-lm\*(rq option.
17Declarations for these functions may be obtained from the include file
18.RI < math.h >.
19.SH "LIST OF FUNCTIONS"
20.sp 2
21.nf
22.ta \w'atan2'u+2n +\w'gamma.3m'u+10n
23\fIName\fP \fIAppears on Page\fP \fIDescription\fP
24.ta \w'atan2'u+4n +\w'gamma.3m'u+4n
25.sp 5p
26acos sin.3m trigonometric functions
27asin sin.3m trigonometric functions
28atan sin.3m trigonometric functions
29atan2 sin.3m trigonometric functions
30cabs hypot.3m Euclidean distance
31ceil floor.3m absolute value, floor, ceiling functions
32cos sin.3m trigonometric functions
33cosh sinh.3m hyperbolic functions
34exp exp.3m exponential, logarithm, power, square root
35fabs floor.3m absolute value, floor, ceiling functions
36floor floor.3m absolute value, floor, ceiling functions
37gamma gamma.3m log gamma function
38hypot hypot.3m Euclidean distance
39j0 j0.3m bessel functions
40j1 j0.3m bessel functions
41jn j0.3m bessel functions
42log exp.3m exponential, logarithm, power, square root
43log10 exp.3m exponential, logarithm, power, square root
44pow exp.3m exponential, logarithm, power, square root
45sin sin.3m trigonometric functions
46sinh sinh.3m hyperbolic functions
47sqrt exp.3m exponential, logarithm, power, square root
48tan sin.3m trigonometric functions
49tanh sinh.3m hyperbolic functions
50y0 j0.3m bessel functions
51y1 j0.3m bessel functions
52yn j0.3m bessel functions
53.fi