verdixlib(3)
NAME
verdixlib − VERDIX-supported Ada library packages
DESCRIPTION
verdixlib contains the packages MATH, COMPLEX_ARITH, ORDERING, COMMAND_LINE, and UNIX_CALLS. MATH uses the UNIX C mathematics library to provide most standard mathematical functions and many constants. COMPLEX_ARITH defines the private type COMPLEX and provides arithmetic functions for complex numbers. ORDERING includes sorting packages (QUICKSORT, HEAPSORT, and INSERTIONSORT) and a permuting package (PERMUTE).
COMMAND_LINE lets the user access the command line arguments and environmental variables of an Ada program. UNIX_CALLS provides an interface to commonly used UNIX system calls.
TYPES AND FUNCTIONS
private type COMPLEX in COMPLEX_ARITH
FILES
VADS_location/verdixlib/*
SEE ALSO
MATH fully describes the MATH and COMPLEX_ARITH packages. Other libraries of Ada programs are standard, publiclib, and examples.