Modula-2 || Compiler & Tools || Library || Search Engine


Ulm's Modula-2 Library:
StdFuncs


NAME

StdFuncs - provide standard real valued functions and constants

SYNOPSIS

IMPORT StdFuncs;

DESCRIPTION

StdFuncs provides a set of standard functions and constants for Functions. Importing the module is all that is needed to employ them.

Currently, implemented functions and constants include:

name	 arguments   description
arctan	     1	     arc tangent function
exp	     1	     natural exponential function
ln	     1	     natural logarithm function
sin	     1	     sine function
cos	     1	     cosine function
sqrt	     1	     sqare root	function
log10	     1	     decimal (base 10) logarithm function
tan	     1	     tangent function
log	     2	     general logarithm function
pow	     2	     power function
pi	     -	     circle constant (3.14159...)
e	     -	     Euler constant (2.71828...)

SEE ALSO

Functions
Edited by: martin, last change: 1996/12/10, revision: 1.1, converted to HTML: 1996/12/11

Modula-2 || Compiler & Tools || Library || Search Engine