mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 11:23:46 +00:00
Estimated hours taken: 0.25 Use sub-modules to package up the modules in extras/complex_numbers into a single module. extras/complex_numbers/complex_numbers.m: I forgot to `cvs add' this file before committing my last change. extras/complex_numbers/samples/fft.m: I forgot to change the `import_module' declaration here to import `complex_numbers:complex' instead of `complex'.
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.