xref: /original-bsd/old/man/intro.3 (revision a9c19d04)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)intro.3 6.1 (Berkeley) 05/15/85

INTRO 3M ""
C 5
NAME
intro - introduction to mathematical library functions
DESCRIPTION
These functions constitute the math library, libm. They are automatically loaded as needed by the Fortran compiler f77 (1). The link editor searches this library under the \*(lq-lm\*(rq option. Declarations for these functions may be obtained from the include file < math.h >.
"LIST OF FUNCTIONS"
Name Appears on Page Description
acos sin.3m trigonometric functions
asin sin.3m trigonometric functions
atan sin.3m trigonometric functions
atan2 sin.3m trigonometric functions
cabs hypot.3m Euclidean distance
ceil floor.3m absolute value, floor, ceiling functions
cos sin.3m trigonometric functions
cosh sinh.3m hyperbolic functions
exp exp.3m exponential, logarithm, power, square root
fabs floor.3m absolute value, floor, ceiling functions
floor floor.3m absolute value, floor, ceiling functions
gamma gamma.3m log gamma function
hypot hypot.3m Euclidean distance
j0 j0.3m bessel functions
j1 j0.3m bessel functions
jn j0.3m bessel functions
log exp.3m exponential, logarithm, power, square root
log10 exp.3m exponential, logarithm, power, square root
pow exp.3m exponential, logarithm, power, square root
sin sin.3m trigonometric functions
sinh sinh.3m hyperbolic functions
sqrt exp.3m exponential, logarithm, power, square root
tan sin.3m trigonometric functions
tanh sinh.3m hyperbolic functions
y0 j0.3m bessel functions
y1 j0.3m bessel functions
yn j0.3m bessel functions