Files
mercury/extras/complex_numbers/README
Fergus Henderson 95ba2a021c Add an Mmakefile to build the complex number library, using the
Estimated hours taken: 3

extras/complex_numbers/*:
	Add an Mmakefile to build the complex number library, using the
	new support for user-defined libraries.
	Move the test cases into a new subdirectory `tests'.
	Add a new subdirectory `samples', containing an example
	module `fft.m' that uses the library.
	Add a README file.

extras/complex_numbers/complex.m:
	Add new functions `complex/1' (converts float to complex),
	`cis' (cos + i * sin), and `conj'.
	Rename `norm' as `abs2' (square of absolute value).
1997-07-16 07:54:22 +00:00

7 lines
188 B
Plaintext

This directory contains a library for handling complex numbers.
The subdirectory `tests' contains a test case.
The subdirectory `samples' contains an example module using this library.