File math.icn

Summary

###########################################################################

	File:     math.icn

	Subject:  Procedures for mathematical computations

	Author:   Ralph E. Griswold

	Date:     December 26, 1995

###########################################################################

   This file is in the public domain.

###########################################################################

	binocoef(n, k)	produces the binomial coefficient n over k.  It
			fails unless 0 <= k <= n.

	cosh(r)		produces the hyperbolic cosine of r.

	sinh(r)		produces the hyperbolic sine of r.

	tanh(r)		produces the hyperbolic tangent of r.


###########################################################################

  Requires:  Large integer arithmetic for binocoef(n, k) for all but small
	      values of n and k.

###########################################################################

  Links:  factors

###########################################################################
Procedures:
binocoef, cosh, sinh, tanh

Links:
factors.icn

This file is part of the (main) package.

Source code.

Details
Procedures:

binocoef(n, k)

: binomial coefficient


cosh(r)

: hyperbolic cosine


sinh(r)

: hyperbolic sine


tanh(r)

: hyperbolic tanh



This page produced by UniDoc on 2021/04/15 @ 23:59:54.